null101703074

Removes null values from data.


Keywords
NULL, REMOVAL, ROW
License
MIT
Install
pip install null101703074==0.1

Documentation

Removal of NaN values

Removes all the NaN values from data of a csv file.

Inputs

  • "FileName.csv" - name of file containing input data

Outputs

  • print statement showing the indices of rows removed
  • print statement showing the number of rows removed
  • the dataframe of input file's data after removing NaN values

How to run

Run thorugh cmd line as:

python null101703074.py <InputDataFile>

Example:

python null101703074.py myData.csv

License

MIT