Skip to content

Commit

Permalink
Update docs/source/library-user-guide/using-the-dataframe-api.md
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Fredine <eric.fredine@gmail.com>
  • Loading branch information
alamb and efredine committed Jul 7, 2024
1 parent bb02f51 commit bf66b0e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/source/library-user-guide/using-the-dataframe-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ the [Pandas DataFrame] interface, and are implemented as thin wrapper over a
[`LogicalPlan`] that adds functionality for building and executing those plans.

The simplest possible dataframe is one that scans a table and that table can be
in a file or in memory. I think this might be worth including in the
introduction.
in a file or in memory.

## How to generate a DataFrame

Expand Down

0 comments on commit bf66b0e

Please sign in to comment.