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 bf66b0e commit 3bb54b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/library-user-guide/using-the-dataframe-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ The output file will look like (Example Output):

## Relationship between `LogicalPlan`s and `DataFrame`s

The `DataFrame` struct is defined like this
The `DataFrame` struct is defined like this:

```rust
use datafusion::execution::session_state::SessionState;
Expand Down

0 comments on commit 3bb54b4

Please sign in to comment.