-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2fd7180
commit 7fad350
Showing
115 changed files
with
605 additions
and
2,368 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
# talk with us | ||
https://discord.gg/du4GaQGHMT | ||
|
||
|
||
|
||
# Pocket Option API | ||
|
||
In development! | ||
|
||
for a better understanding, check this [link](https://github.com/theshadow76/PocketOptionAPI/issues/4) | ||
|
||
there is a pocketoption api being sold for 1000 usd, and here we want to make it for free! | ||
# help me | ||
|
||
you can donate here: [paypal](https://paypal.me/shadowtechsc?country.x=CL&locale.x=es_XC) | ||
|
||
or my BTC adress: bc1qmvpmpdt96vmgq3s3rh3gzxf75eml52r2d7sclw | ||
|
||
By donating you are helping me make this project better! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
# todo | ||
|
||
### Add login system | ||
- Not Done | ||
- Not Done | ||
|
||
-- updated |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
import pandas as pd | ||
|
||
|
||
df_1 = pd.read_csv('datos_completos_AUDNZD_otc.csv') | ||
df_2 = pd.read_csv('datos_completos_AUDNZD_otc_2.csv') | ||
|
||
df_full = pd.concat([df_1, df_2], axis=0) | ||
print(df_full.shape) | ||
df_full.to_csv('datos_full_AUDNZD_otc.csv', index=False) |
Oops, something went wrong.