Skip to main content

Adding intelligence to pandas

Project description

ipandas

Enhanced pandas intelligence

Added functions to default pandas functionality:

  1. read_data(filename): automatically detects correct full name of the file using regex match and the required file type, if file is in the current working directory

Example: jan = read_data('jan') will automatically read the file named 'ParisJanData.xlsx' and return as a pandas dataframe, while printing the complete file name, top 5 rows of the data and the actual dimensions of the read dataframe.

  1. converttxt(): automatically detects all the txt files present in the current working directory and converts to xlsx.

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

ipandas-0.0.1.tar.gz (1.9 kB view hashes)

Uploaded Source

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