A data wrangling package
Project description
Time Shift
A simple Python utility to create lagged and lead variables for panel or time series data.
Installation
pip install data_wrangling
Usage
from data_wrangling import time_shift
df_new = time_shift(variables=["sales", "price"], dataframe=df, id="firm", time="year", shift=1)
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
data_wrangling-0.0.1.tar.gz
(2.9 kB
view details)
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 data_wrangling-0.0.1.tar.gz.
File metadata
- Download URL: data_wrangling-0.0.1.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e55148179327f1b73f019417e4ab9fd9674fb528ea7ccba47a3a4f63125f3664
|
|
| MD5 |
fd4da9b2ebbf18eb4f03b93ef9545ec2
|
|
| BLAKE2b-256 |
d7dc0d1aedd720109b36abf7b9611812f15ece2a313b46b4e3121db465be8106
|
File details
Details for the file data_wrangling-0.0.1-py3-none-any.whl.
File metadata
- Download URL: data_wrangling-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bed08a5b1b65ba6af58829d0f6bc98fa3e53404ec243150397890374f5cd4c82
|
|
| MD5 |
d87d2817a54338f7c06b258c42693d22
|
|
| BLAKE2b-256 |
b4aa128371e16c70760b53c5d0ed131b563e0dcbc70f9fed1554e7867c52e436
|