Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate indexes in large DataFrame #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Duplicate indexes in large DataFrame #19

wants to merge 1 commit into from

Conversation

agavlad99
Copy link

No description provided.

@ffeast
Copy link
Owner

ffeast commented Feb 17, 2021

Do you have an example when it is duplicate?

@agavlad99
Copy link
Author

agavlad99 commented Feb 18, 2021

Example

import finam as fm
exp = fm.Exporter()
t = fm.Market.CURRENCIES_WORLD
td = exp.download(901, market=t, timeframe=fm.Timeframe.HOURLY)
td.sort_index()

 
0 20071010 06:00:00 25.0000 25.0000 25.0000 25.0000 0
0 20181229 00:00:00 69.5543 69.5755 69.4401 69.4680 9435
0 20121231 03:00:00 30.3500 30.3600 30.3400 30.3500 0
1 20071010 11:00:00 24.9970 24.9980 24.9860 24.9890 0
1 20181229 01:00:00 69.4678 69.5593 69.4476 69.4988 8996

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants