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

some correction to the exl reader #1

Open
mosmos opened this issue Dec 11, 2022 · 1 comment
Open

some correction to the exl reader #1

mosmos opened this issue Dec 11, 2022 · 1 comment

Comments

@mosmos
Copy link
Owner

mosmos commented Dec 11, 2022

'''

OPTION 1

J={}
for col in df.columns:
J[col] = df[col].tolist()

OPTION 2

df.setindex('ALIAS')
df.to_dict(orient='index', into=<class 'dict'>)
'''

@mosmos
Copy link
Owner Author

mosmos commented Dec 11, 2022

the most important thing is the get the JSON as clean as possible . no more jobs are needed to fix it out of the function
Nan->"";None;

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

No branches or pull requests

1 participant