Some utility functions on top of pandas.
Project description
Pandas Extras
Some functions on top of pandas.
Install Environment
For local development:
- Run
python -m pip install -U pipandpip install -U pip poetry - Run
poetry install. If you are facing issues installingmysqlclientorpsycopg2on Ubuntu, it's because you are missing some libraries. Please check their pages. Usually forpsycopg2, it'slibpq-devand formysqlclient, it'spython3-dev default-libmysqlclient-dev build-essential. Check the pages for more specific and accurate commands.
Testing
Run docker compose up then tox. Obviously you need docker and tox installed.
Generate Documentation Source Files
You should not have to do this but in case you want to generate the source ReStructuredText files yourself, here is how. Skip to the next section to simply generate html documentation locally.
Change to docs directory cd docs/. Run sphinx-quickstart. Choose y when it asks to seperate build and source directories.
Change to docs/source directory. In conf.py, add the following lines at the start of the script.
import os
import sys
sys.path.insert(0, os.path.abspath("../.."))
and save it. Add "sphinx.ext.autodoc", to the extensions list. Run python -m pip install -U sphinx_rtd_theme and set html_theme = "sphinx_rtd_theme" (or whatever theme you want).
In index.rst, add modules to toctree. The structure should look like this:
.. toctree::
:maxdepth: 2
:caption: Contents:
modules
Run the following to generate the source files.
poetry install --with docs
poetry run sphinx-apidoc -f -o source/ ../ ../tests/
Generating HTML Documentation
Change to docs/ using cd .. then run .\make clean and .\make html. Output should be built with no errors or warnings. You will get the html documenation in docs/build/html directory. Open index.html.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pd_extras-6.1.4.tar.gz.
File metadata
- Download URL: pd_extras-6.1.4.tar.gz
- Upload date:
- Size: 11.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.3 Linux/6.5.0-1021-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76effa6cee2f8b8acb1ccf96cd365111fed80d4748386b531208611df1581c61
|
|
| MD5 |
6ff67ca00995f1a35d9fdf2cc4e5902f
|
|
| BLAKE2b-256 |
e7608f98dfccd23dbac6c557d21213d09a60a590bb2855611198621b3f86cfd5
|
File details
Details for the file pd_extras-6.1.4-py3-none-any.whl.
File metadata
- Download URL: pd_extras-6.1.4-py3-none-any.whl
- Upload date:
- Size: 13.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.3 Linux/6.5.0-1021-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c60256587c03de04a4812b87f8719ba3f3249a5915fefc36df03c18e695a438b
|
|
| MD5 |
285e3bf47fc8cb6b4a8b13c3c37b0c53
|
|
| BLAKE2b-256 |
171b0e01d5c7a3608cec25c502a5848161ed3846d0d8b7db948900242b582ceb
|