Skip to content

This Python script cleans up data by filling in missing values in a spreadsheet. It finds empty cells and replaces them with the average value of their non-diagonal neighbors (the cells directly above, below, left, and right). This provides an automated way to complete datasets without manual entry.

Notifications You must be signed in to change notification settings

PawnChessmon/numpy_interpolation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSV Interpolation App

A Streamlit app to interpolate missing values in CSV files. Upload your CSV, run iterative interpolation, preview results, and download the cleaned dataset. Tested on SAFARI FOR MAC Version 26.0 (21622.1.22.11.14)

Try it on https://pawnchessmon-numpyinterpolation.streamlit.app

About

This Python script cleans up data by filling in missing values in a spreadsheet. It finds empty cells and replaces them with the average value of their non-diagonal neighbors (the cells directly above, below, left, and right). This provides an automated way to complete datasets without manual entry.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages