pydata
Here are 82 public repositories matching this topic...
-
Updated
Nov 18, 2020 - Python
In our API docs we currently use
.. autosummary::
Client
Client.call_stack
Client.cancel
...
To generate a table of Client
methods at the top of the page. Later on we use
.. autoclass:: Client
:members:
to display the docstrings for all the public methods on Client
(here an example for
Problem description
When I use the function of concatenating multiple columns, I find that it does not handle null values as expected.
This is the current output
df.concatenate_columns(["cat_1","cat_2","cat_3"],"cat",sep=",")
cat_1 | cat_2 |
---|
-
Updated
Dec 27, 2016
Problem description
Our dask update graphs are not properly optimized.
We ussually use dask.dataframe optimization and set ave_width=repartition_ratio
for kartothek.io.dask.dataframe.update_dataset_from_ddf
graphs. We should return an optimized graph from update_dataset_from_ddf to make our users' life simple.
We already have code that does this, whoever picks this up can ping me
-
Updated
Jan 12, 2018 - HTML
-
Updated
Oct 18, 2016 - Jupyter Notebook
In trying to write tests for #189, I'm finding very difficult to add columns to existing tests, as in some cases like the all_types
table, the table is defined in a separate file than the tests and multiple tests try to write to the same table.
Additionally, our test suite doesn't prove that the data that are uploaded are the same as the data downloaded for all types.
We should consider m
-
Updated
Oct 17, 2020 - Python
-
Updated
Jul 30, 2017 - Jupyter Notebook
-
Updated
Nov 5, 2020 - Jupyter Notebook
-
Updated
Nov 11, 2020 - Jupyter Notebook
-
Updated
Jun 4, 2020 - Jupyter Notebook
-
Updated
Jul 2, 2018 - Jupyter Notebook
-
Updated
Aug 14, 2018 - HTML
The assert_array_shape
call is used a lot in REGENIE, and serves both as a runtime check and as documentation for the reader. We should sprinkle it liberally through other functions.
-
Updated
Nov 16, 2018 - Jupyter Notebook
-
Updated
Sep 24, 2018 - Shell
-
Updated
Sep 14, 2017 - Jupyter Notebook
-
Updated
Sep 2, 2017 - Jupyter Notebook
-
Updated
Feb 19, 2019 - Jupyter Notebook
-
Updated
Jul 9, 2018 - Python
Improve this page
Add a description, image, and links to the pydata topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pydata topic, visit your repo's landing page and select "manage topics."