-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ac0131a
commit e6d02d7
Showing
10 changed files
with
139 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,8 +53,8 @@ Other | |
:toctree: api/ | ||
:nosignatures: | ||
|
||
Boolean | ||
Binary | ||
Boolean | ||
Categorical | ||
Enum | ||
Null | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,108 @@ | ||
============= | ||
API reference | ||
============= | ||
==================== | ||
Python API reference | ||
==================== | ||
|
||
This page gives an overview of all public polars objects, functions and | ||
This page gives a high-level overview of all public Polars objects, functions and | ||
methods. All classes and functions exposed in ``polars.*`` namespace are public. | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
io | ||
series/index | ||
dataframe/index | ||
lazyframe/index | ||
expressions/index | ||
selectors | ||
api | ||
functions | ||
datatypes | ||
config | ||
exceptions | ||
testing | ||
sql | ||
metadata | ||
|
||
.. grid:: | ||
|
||
.. grid-item-card:: | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
dataframe/index | ||
|
||
.. grid-item-card:: | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
lazyframe/index | ||
|
||
.. grid-item-card:: | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
series/index | ||
|
||
|
||
.. grid:: | ||
|
||
.. grid-item-card:: | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
expressions/index | ||
selectors | ||
|
||
.. grid-item-card:: | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
functions | ||
|
||
.. grid-item-card:: | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
datatypes | ||
|
||
|
||
.. grid:: | ||
|
||
.. grid-item-card:: | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
io | ||
|
||
.. grid-item-card:: | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
config | ||
|
||
.. grid-item-card:: | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
api | ||
|
||
|
||
.. grid:: | ||
|
||
.. grid-item-card:: | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
sql | ||
|
||
.. grid-item-card:: | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
exceptions | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
testing | ||
|
||
.. grid-item-card:: | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
metadata |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
=== | ||
SQL | ||
=== | ||
============= | ||
SQL Interface | ||
============= | ||
.. currentmodule:: polars | ||
|
||
.. py:class:: SQLContext | ||
|