Skip to main content

# 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.

  1. 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.

  1. 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 ;)

  1. 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”)

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jr_data_science-0.1.2.2.tar.gz (33.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

jr_data_science-0.1.2.2-py3-none-any.whl (66.7 kB view details)

Uploaded Python 3

File details

Details for the file jr_data_science-0.1.2.2.tar.gz.

File metadata

File hashes

Hashes for jr_data_science-0.1.2.2.tar.gz
Algorithm Hash digest
SHA256 626755c9498a55ca8515cf20038eab36dd5f95b03eb2ec1c264205f26f0ac972
MD5 fc248210824f2a1e957b91c905675583
BLAKE2b-256 22e7d69b5f3fbd283cf7ad09908687c2a4a67d10bc14201358999ea5fcbf1cb8

See more details on using hashes here.

File details

Details for the file jr_data_science-0.1.2.2-py3-none-any.whl.

File metadata

File hashes

Hashes for jr_data_science-0.1.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 bee1b98046329e4faee59490268a8a0d00bada3055ee5b9081ccad5ef787b46c
MD5 766339ae9c2cbc99fe07ac595412166a
BLAKE2b-256 2f590559ef517ee9f3b3bb5d7cefd183b6d6a4810e6b24faf072821ede4fcdab

See more details on using hashes here.

Release history Release notifications | RSS feed

0.1.31

2 files

0.1.2.8

2 files

0.1.2.7

2 files

0.1.2.6

2 files

0.1.2.5

2 files

0.1.2.4

2 files

0.1.2.3

2 files

This release

0.1.2.2 This release

2 files

0.1.2.1

2 files

0.1.2

3 files

0.1.1

3 files

0.0.10

1 file

0.0.1

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page