wsheehan19 / Equibase

1 stars 5 forks source link

Can't reorganize arrays to dictionary #7

Open wsheehan19 opened 3 years ago

AlexanderLawson17 commented 3 years ago

Can you give some example data & code please?

wsheehan19 commented 3 years ago

@AlexanderLawson17

PDF: eqbPDFChartPlus.pdf

Section of file I'm working with: test7.xlsx

Code is in branch 'Organize - Data' and file 'horse_info.py'

Tried to add the .py file here, but that file type is not permitted.

AlexanderLawson17 commented 3 years ago

Can you send that xlsx file as a csv please?

import pandas as pd
pd.read_excel('test7.xlsx').to_csv('test7.csv')
AlexanderLawson17 commented 3 years ago

@wsheehan19 can you please provide that CSV before tonight?