buckaroo icon indicating copy to clipboard operation
buckaroo copied to clipboard

Smart `buckaroo` function that reads files or DataFrames

Open paddymul opened this issue 2 years ago • 0 comments

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

??

paddymul avatar Nov 29 '23 01:11 paddymul