Socket
Socket
Sign inDemoInstall

101703301-project3

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    101703301-project3

Handling NULL values in a dataset using backfill and forwardfill


Maintainers
1

Readme

#Handling NULL values in a dataset. ##Project3 UCS633 ##Submitted by Kushagra Thakral 101703301
To run in cmd line:
python3 missing.py input_file_name.csv
Count of null values present in each columns will be displayed.
Then count of null values present after the use of package will be displayed(null values will be zero).
Then the dataset will be displayed(first 5 rows).
An output fill will be created with the name input_file_name_not_null.csv
The package only works for csv files.
This package uses backfill method followed by forward fill method to handle all the null values

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc