Skip to main content

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

  1. Converts a Pandas DataFrame into a usable PyTorch dataset.

  2. 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)

Uploaded Source

Built Distribution

PandaTorch-1.0.0-py3-none-any.whl (2.0 kB view details)

Uploaded Python 3

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

Hashes for PandaTorch-1.0.0.tar.gz
Algorithm Hash digest
SHA256 e0b940ebdfd5c1c3ceb0b9209ee33052427376a1f35c1077b34235b2d713ca00
MD5 9ca70689f1627ce462bc36c9e5967b6d
BLAKE2b-256 b20d3c1c28b32c22ce8ef4c02449c8312156ce33dcf615eaec1da6570ca82b4f

See more details on using hashes here.

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

Hashes for PandaTorch-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bc2fdb7d9d7235663972b691724f0c420472c76c3af0196be503265e186da326
MD5 66ce1ac145dad03cb954083373ecc18a
BLAKE2b-256 70479e3cfa29228d059176d5f0b607d540c790fddce32a309465080730a09450

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page