No project description provided
Project description
A flexible simple library that makes it easier to use the extrememly popular pandas package with the other extremely popular framework pytorch.
Functions
Converts a Pandas DataFrame into a usable PyTorch dataset.
Allows use of all usual Pandas functions
Usage
import pandas as pd from pandatorch import data df=pd.read_csv("path_to_dataset") torch_df=data.DataFrame(X=df.drop("<Target Column>",axis=1),y=df["<Target Column>"])
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
PandaTorch-1.0.0.tar.gz
(1.9 kB
view details)
Built Distribution
File details
Details for the file PandaTorch-1.0.0.tar.gz
.
File metadata
- Download URL: PandaTorch-1.0.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.9.0 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e0b940ebdfd5c1c3ceb0b9209ee33052427376a1f35c1077b34235b2d713ca00 |
|
MD5 | 9ca70689f1627ce462bc36c9e5967b6d |
|
BLAKE2b-256 | b20d3c1c28b32c22ce8ef4c02449c8312156ce33dcf615eaec1da6570ca82b4f |
File details
Details for the file PandaTorch-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: PandaTorch-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.9.0 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc2fdb7d9d7235663972b691724f0c420472c76c3af0196be503265e186da326 |
|
MD5 | 66ce1ac145dad03cb954083373ecc18a |
|
BLAKE2b-256 | 70479e3cfa29228d059176d5f0b607d540c790fddce32a309465080730a09450 |