buckaroo
buckaroo copied to clipboard
Smart `buckaroo` function that reads files or DataFrames
Checks
- [X] I have checked that this enhancement has not already been requested
How would you categorize this request. You can select multiple if not sure
Developer ergonomics (defaults, error messages), Performance
Enhancement Description
Eventually I want users to be able to type buckaroo(df) and it renders a DataFrame. If they type buckaroo('foo.csv') it's smart and tries scan_csv ... with the other scan methods too. The read convenience methods will be paired with lazy frame operations.
This is a convenience method for pandas users, but an important performance optimization for polars users.
Pseudo Code Implementation
No response
Prior Art
??