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
As stated in the title I am in the process of converting the panel in the globaldatamatrix function to a multi-index dataframe but could do with some clarification/assistance (hopefully you are still watching this repo).
Is that corrrect? my assumption here is that we want the number of 30 minute periods not the number of rows?
When I run the program with 'mode=download_data' this goes but as mentioned it takes a long time.
In backtest mode:
I am confused by datamatrices::get_submatrix and datamatrices::__pack_samples... due to the change of data structure the indices are wrong (there are too many for a start).
Can you provide some guidance as to how to approach this please?
I appreciate that this is an old repo and maybe you aren't supporting it any more but any advice would be welcome! Thanks!
The text was updated successfully, but these errors were encountered:
I have everything working now, on a different machine, with pandas version 0.24 so will be able to compare the data structures. Hopefully that will be enough.
I am using xarray.DataArray for that. Relatively minor code changes.
Hello, can you guide how to change the replace panel method with xarray.DataArray, I have been having problems after changing it. fei'chang'gan'xiThank you very much!
Hi
As stated in the title I am in the process of converting the panel in the globaldatamatrix function to a multi-index dataframe but could do with some clarification/assistance (hopefully you are still watching this repo).
What I have done so far:
In get_global_panel:
L76:
to
L133:
to
This works but is very very slow...
After this 'new_panel' is returned to datamatrices: 48
L58:
to
Is this equivalent? I'm not sure of the structure of the PVM; is it the same as the structure of 'new_panel'?
L64:
to
Is that corrrect? my assumption here is that we want the number of 30 minute periods not the number of rows?
When I run the program with 'mode=download_data' this goes but as mentioned it takes a long time.
In backtest mode:
I am confused by datamatrices::get_submatrix and datamatrices::__pack_samples... due to the change of data structure the indices are wrong (there are too many for a start).
Can you provide some guidance as to how to approach this please?
I appreciate that this is an old repo and maybe you aren't supporting it any more but any advice would be welcome! Thanks!
The text was updated successfully, but these errors were encountered: