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
Please describe the feature you'd like to see
The serialization methods on Pandas DFs accept quite a few kwargs which we're not currently exposing. One example is the index=True|False parameter which allows us to drop the DF index when writing to file.
Please describe the feature you'd like to see
The serialization methods on Pandas DFs accept quite a few kwargs which we're not currently exposing. One example is the
index=True|False
parameter which allows us to drop the DF index when writing to file.Describe the solution you'd like
I'd like to see an equivalent, or something similar to, the https://astro-sdk-python.readthedocs.io/en/stable/autoapi/astro/dataframes/load_options/index.html called
save_options
orexport_options
which allows for fine tuning Pandas DF exports.Acceptance Criteria
The text was updated successfully, but these errors were encountered: