-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'github/main' into garrettwu-transformer2
- Loading branch information
Showing
15 changed files
with
913 additions
and
619 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
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 |
---|---|---|
|
@@ -7,6 +7,7 @@ API reference | |
:maxdepth: 3 | ||
|
||
reference/index | ||
supported_pandas_apis | ||
|
||
Changelog | ||
--------- | ||
|
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 |
---|---|---|
@@ -0,0 +1,62 @@ | ||
Supported pandas APIs | ||
===================== | ||
|
||
The following tables show the pandas APIs that have been implemented (or not) | ||
in BigQuery DataFrames. | ||
|
||
* 'Y' means it implements all parameters. | ||
* 'P' means it implements only some parameters. | ||
|
||
DataFrame | ||
--------- | ||
|
||
.. raw:: html | ||
:file: supported_pandas_apis/bf_dataframe.html | ||
|
||
DataFrameGroupBy | ||
---------------- | ||
|
||
.. raw:: html | ||
:file: supported_pandas_apis/bf_dataframegroupby.html | ||
|
||
Index | ||
----- | ||
|
||
.. raw:: html | ||
:file: supported_pandas_apis/bf_index.html | ||
|
||
pandas module | ||
------------- | ||
|
||
.. raw:: html | ||
:file: supported_pandas_apis/bf_pandas.html | ||
|
||
Series | ||
------ | ||
|
||
.. raw:: html | ||
:file: supported_pandas_apis/bf_series.html | ||
|
||
Series.dt methods | ||
----------------- | ||
|
||
.. raw:: html | ||
:file: supported_pandas_apis/bf_datetimemethods.html | ||
|
||
Series.str methods | ||
------------------ | ||
|
||
.. raw:: html | ||
:file: supported_pandas_apis/bf_stringmethods.html | ||
|
||
SeriesGroupBy | ||
------------- | ||
|
||
.. raw:: html | ||
:file: supported_pandas_apis/bf_seriesgroupby.html | ||
|
||
Window | ||
------ | ||
|
||
.. raw:: html | ||
:file: supported_pandas_apis/bf_window.html |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
*.html |
Oops, something went wrong.