Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
move pandas_groupby_nan to pandas_datastream #22
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed May 17, 2018
1 parent 0baa218 commit d293d71
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 362 deletions.
10 changes: 0 additions & 10 deletions _doc/sphinxdoc/source/api/datascience.rst
Expand Up @@ -9,13 +9,11 @@ finance
+++++++

.. autosignature:: pyensae.finance.astock.StockPrices
:members:

graphs
++++++

.. autosignature:: pyensae.graph_helper.corrplot.Corrplot
:members:

.. autosignature:: pyensae.graph_helper.graphviz_helper.dot_exe

Expand All @@ -31,16 +29,8 @@ notebooks and magic command helpers
.. autosignature:: pyensae.notebook_helper.folium_helper.folium_html_map

.. autosignature:: pyensae.graph_helper.magic_graph.MagicGraph
:members:

dataframes
++++++++++

.. autosignature:: pyensae.ml_helper.numpy_types

.. autosignature:: pyensae.ml_helper.pandas_fillna

.. autosignature:: pyensae.ml_helper.pandas_groupby_nan

.. autosignature:: pyensae.ml_helper.table_formula.TableFormula
:members:
1 change: 0 additions & 1 deletion _doc/sphinxdoc/source/api/file_helper.rst
Expand Up @@ -62,4 +62,3 @@ Magic command for notebooks
+++++++++++++++++++++++++++

.. autosignature:: pyensae.file_helper.magic_file.MagicFile
:members:
10 changes: 3 additions & 7 deletions _doc/sphinxdoc/source/api/sql.rst
Expand Up @@ -12,7 +12,6 @@ The magic command implements an easy way to access a
`SQLite3 <https://docs.python.org/3.6/library/sqlite3.html>`_ database.

.. autosignature:: pyensae.sql.magic_sql.MagicSQL
:members:

database
++++++++
Expand All @@ -21,7 +20,6 @@ These classes implements manipulation with databases.
You should prefer *pandas* or *sqlite3* instead.

.. autosignature:: pyensae.sql.database_main.Database
:members:

.. autosignature:: pyensae.sql.sql_interface_database.InterfaceSQLDatabase

Expand All @@ -30,17 +28,15 @@ import file

These methods do not handle sparse files but they guess types and handles missing
values when converting a file into a database or a dataframe.
You should prefer *pandas* or *sqlite3* instead. They become sometimes useful
if *pandas* fails.
You should prefer :epkg:`pandas` or :epkg:`*py:sqlite3` instead.
They become sometimes useful if :epkg:`pandas` fails.

.. autosignature:: pyensae.sql.pandas_sql_helper.import_flatfile_into_database_pandas

.. autosignature:: pyensae.sql.database_helper.import_flatfile_into_database

These class reads csv files. You should use them if regulars ways fail.
These class reads :epkg:`csv` files. You should use them if regulars ways fail.

.. autosignature:: pyensae.sql.file_text_binary.TextFile
:members:

.. autosignature:: pyensae.sql.file_text_binary_columns.TextFileColumns
:members:
112 changes: 0 additions & 112 deletions _unittests/ut_ml_helper/test_pandas_helper.py

This file was deleted.

1 change: 0 additions & 1 deletion src/pyensae/ml_helper/__init__.py
Expand Up @@ -5,5 +5,4 @@

from .joins import df_crossjoin
from .missing import add_missing_indices
from .df_helper import pandas_fillna, pandas_groupby_nan, numpy_types
from .table_formula import TableFormula

0 comments on commit d293d71

Please sign in to comment.