You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am just trying to get the forex data. After preprocessing of the data, the AUDCAD='x' is the only symbol that remains. I have checked the 'preprocessors.py' file and found it out that other forex symbols (expect AUDCAD='x') contain Nan value ( those symbols are drop).
surely that isn't a bug but the point is that I lost most of the data so the agent can't learn and do stuff. I tried to fill the messing value but an error raised as follow:
Length of values (125391) does not match length of index (17913)
Length of values (23040) does not match length of index (7680)
Length of values (10248) does not match length of index (5124)
Length of values (23058) does not match length of index (7686)
Length of values (125391) does not match length of index (17913)
Length of values (23040) does not match length of index (7680)
Length of values (10248) does not match length of index (5124)
Length of values (23058) does not match length of index (7686)
Length of values (125391) does not match length of index (17913)
Length of values (23040) does not match length of index (7680)
Length of values (10248) does not match length of index (5124)
Length of values (23058) does not match length of index (7686)
Length of values (125391) does not match length of index (17913)
Length of values (23040) does not match length of index (7680)
Length of values (10248) does not match length of index (5124)
Length of values (23058) does not match length of index (7686)
Length of values (125391) does not match length of index (17913)
Length of values (23040) does not match length of index (7680)
Length of values (10248) does not match length of index (5124)
Length of values (23058) does not match length of index (7686)
Length of values (125391) does not match length of index (17913)
ValueError: Index contains duplicate entries, cannot reshape
(the output was so long, so I posted the last part of that)
As I didn't modified anything special, I don't attached any code. If it needed let me know.
Thanks in advanced.
The text was updated successfully, but these errors were encountered:
That is the number of out records for each symbol. When you use the pivot_table() and group by them based on symbol(tic), it is filled with null. How can I cope with it if I would to use multi symbols.
Describe the bug
I am just trying to get the forex data. After preprocessing of the data, the AUDCAD='x' is the only symbol that remains. I have checked the 'preprocessors.py' file and found it out that other forex symbols (expect AUDCAD='x') contain Nan value ( those symbols are drop).
surely that isn't a bug but the point is that I lost most of the data so the agent can't learn and do stuff. I tried to fill the messing value but an error raised as follow:
Length of values (125391) does not match length of index (17913)
Length of values (23040) does not match length of index (7680)
Length of values (10248) does not match length of index (5124)
Length of values (23058) does not match length of index (7686)
Length of values (125391) does not match length of index (17913)
Length of values (23040) does not match length of index (7680)
Length of values (10248) does not match length of index (5124)
Length of values (23058) does not match length of index (7686)
Length of values (125391) does not match length of index (17913)
Length of values (23040) does not match length of index (7680)
Length of values (10248) does not match length of index (5124)
Length of values (23058) does not match length of index (7686)
Length of values (125391) does not match length of index (17913)
Length of values (23040) does not match length of index (7680)
Length of values (10248) does not match length of index (5124)
Length of values (23058) does not match length of index (7686)
Length of values (125391) does not match length of index (17913)
Length of values (23040) does not match length of index (7680)
Length of values (10248) does not match length of index (5124)
Length of values (23058) does not match length of index (7686)
Length of values (125391) does not match length of index (17913)
ValueError: Index contains duplicate entries, cannot reshape
(the output was so long, so I posted the last part of that)
As I didn't modified anything special, I don't attached any code. If it needed let me know.
Thanks in advanced.
The text was updated successfully, but these errors were encountered: