Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ccmao1130 committed Jan 17, 2025
1 parent b07069a commit 0c90db2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/mkdocs/advanced/partitioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ into nicely-sized partitions based on their estimated in-memory data sizes.

To interrogate the partitioning of your current DataFrame, you may use the [`df.explain(show_all=True)`](https://www.getdaft.io/projects/docs/en/stable/api_docs/doc_gen/dataframe_methods/daft.DataFrame.explain.html#daft.DataFrame.explain) method. Here is an example output from a simple `df = daft.read_parquet(...)` call on a fairly large number of Parquet files.

[`df.explain(show_all=True)`]({{ api_path }}/dataframe_methods/daft.DataFrame.explain.html)

=== "🐍 Python"

```python
Expand Down

0 comments on commit 0c90db2

Please sign in to comment.