We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
we have a whole dependency on Pandas for one little call in export helper - could be worked around
https://github.com/teauxfu/scalewiz/blob/d0e1d63871fd3a5595cd265f4c44e2a11196a4b6/scalewiz/helpers/export.py#L80-L83
alternatively, we could keep Pandas and try to make better use of it
pandas.normalize_json should help with flattening dicts for the sake of exporting a file that can be easily read by excel
pandas.normalize_json
dicts
see also #24
The text was updated successfully, but these errors were encountered:
bump
Sorry, something went wrong.
No branches or pull requests
we have a whole dependency on Pandas for one little call in export helper - could be worked around
https://github.com/teauxfu/scalewiz/blob/d0e1d63871fd3a5595cd265f4c44e2a11196a4b6/scalewiz/helpers/export.py#L80-L83
alternatively, we could keep Pandas and try to make better use of it
pandas.normalize_json
should help with flatteningdicts
for the sake of exporting a file that can be easily read by excelsee also #24
The text was updated successfully, but these errors were encountered: