Skip to content

Python Script using "pola-rs" library for pivotal statistical descriptions in one shot in excel file

License

Notifications You must be signed in to change notification settings

pradeepmav/fact_check_of_the_data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fact_check_of_the_data

This python script using "pola-rs" library provides at one shot, an excel sheet having facts of your data (polars data frame). It contains all pivotal statistical descriptions of all columns needed for Machine Learning / Data Science projects namely., data type, number of non-missing , number of missing, missing percentage, distinct, min, max, mean, median, mode in sheet for quick understanding/ interpretation purposes.

required libraries - pola-rs, requests, and xlsxwriter

Usage:

import requests; exec(requests.get('https://raw.githubusercontent.com/pradeepmav/fact_check_of_the_data/aeacfa4123c0f826c5c6ecf060f05907e68f1612/FCOTD.py').text); fact_check_of_the_data(any/yourpolarsdataframe)

image

Also, Kaggle Notebook for quick run - https://www.kaggle.com/code/pradeep13/fact-checks-of-the-data-for-decoding-online-sales

About

Python Script using "pola-rs" library for pivotal statistical descriptions in one shot in excel file

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages