A simple wrapper for Pandas to_datetime method that speeds up datetime conversions.
Project description
speed_date
A simple wrapper for Pandas to_datetime method that speeds up datetime conversions.
Installation
$pip install speed_date
Usage
import pandas as pd import speed_date as sd df = pd.read_csv("file.csv") df['date'] = sd.to_datetime(df['date'])
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
speed_date-0.0.2.tar.gz
(4.9 kB
view hashes)