# data-science A set of useful functions for day-to-day python datascience project.
# Description A few modules who work together to automatize some routine meet each day on a jr_data_science project.
decouverte.py :
Some functions to find informations around the files you are given. You would find here some functions about paths, cleaning paths, and header extracts.
extra_pandas.py :
Never dreamed of a panda function able to convert anykind of time-encoded column ? Well, I didn’t do it :-/ but I collected a rather long list of type of string I found on my way, and put it on one bigger-and-bigger convert-date columns ;)
useful_functions.py:
How to get all the csvs under a dir ? How to compile a multi-worksheet excel file into one big csv ? Here you have some tool to do so !
import pandas as pd import os from collections import Counter import numpy as np;
import seaborn as sns; import matplotlib.dates as mdates import random from functools import reduce
np.random.seed(0) sns.set() %matplotlib inline sns.set_style(“white”) sns.set_palette(“husl”)
Release files for jr-data-science 0.1.2.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| jr_data_science-0.1.2.2.tar.gz | 33.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| jr_data_science-0.1.2.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 99.9 kB
Release files / jr_data_science-0.1.2.2.tar.gz
| Download URL | jr_data_science-0.1.2.2.tar.gz |
|---|---|
| Size | 33.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
626755c9498a55ca8515cf20038eab36dd5f95b03eb2ec1c264205f26f0ac972
|
|
BLAKE2b-256 checksum How to use checksums |
22e7d69b5f3fbd283cf7ad09908687c2a4a67d10bc14201358999ea5fcbf1cb8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / jr_data_science-0.1.2.2-py3-none-any.whl
| Download URL | jr_data_science-0.1.2.2-py3-none-any.whl |
|---|---|
| Size | 66.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
bee1b98046329e4faee59490268a8a0d00bada3055ee5b9081ccad5ef787b46c
|
|
BLAKE2b-256 checksum How to use checksums |
2f590559ef517ee9f3b3bb5d7cefd183b6d6a4810e6b24faf072821ede4fcdab
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |