-
Notifications
You must be signed in to change notification settings - Fork 48
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
File
and load_file
should take extra params to give to pandas
#482
Comments
@fritz-astronomer, we are currently improving the load performance, and we won't be using Pandas for many of the load operations. Therefore, I believe it is unlikely that the Astro SDK would support any Pandas That said, I believe supporting different CSV delimiters is a good feature. We could add support for this as part of the |
@tatiana - I think that would suffice. A note though: I imagine that handling so much edge cases of file specifications could be a lot of code that may otherwise exist though. Maybe |
I had a similar issue, but with wanting to pass Column names. My file doesn't have a header row so I want to be able to use If we allow the ability to load to a pandas dataframe I think we should consider allowing the passing of kwargs down to it. |
possible duplicate #1264 |
Please describe the feature you'd like to see
I may need to pass additional parameters for Pandas, describing my data
e.g. if I need to approximate
I am currently unable to utilize `astro-sdk
Describe the solution you'd like
File()
should take ankwargs
or some other param which can be fed down to pandas or whatever is doing the underlying readingAre there any alternatives to this feature?
🤷
Acceptance Criteria
The text was updated successfully, but these errors were encountered: