We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af9baf2 commit 0cbc366Copy full SHA for 0cbc366
2 files changed
_doc/index.rst
@@ -79,4 +79,5 @@ Le contenu est sur `github <https://github.com/sdpython/teachpyx/>`_.
79
Older versions
80
++++++++++++++
81
82
-* `0.3.1 <../v0.3.1/index.html>`_
+* `0.6.0 <../v0.6.0/index.html>`_
83
+* `0.5.0 <../v0.5.0/index.html>`_
teachpyx/tools/pandas.py
@@ -33,6 +33,8 @@ def read_csv_cached(
33
:param ignore_cache: ignore the cache, overwrites it if it exists
34
:param kwargs: other argument for :func:`pandas.read_csv`
35
:return: dataframe
36
+
37
+ .. versionadded:: 0.5.0
38
"""
39
cache_dir = Path.home() / ".cache" / "teachpyx" / "pandas"
40
cache_dir.mkdir(parents=True, exist_ok=True)
0 commit comments