Because life's too short for messy data! ✨
DataCraft is a professional-grade data cleaning application designed to streamline data preprocessing. Built using Streamlit, DataCraft offers an intuitive interface that simplifies data transformation, making it efficient and effective.
- Data Cleaning: Seamlessly remove missing values for improved dataset integrity.
- Text Processing: Perform advanced text transformations with ease.
- Interactive Visualizations: Gain insights through dynamic data visualizations.
- Outlier Detection: Identify and manage anomalies in your dataset.
- User-Friendly Interface: A sleek and professional UI with particle animation enhancements.
git clone https://github.com/yourusername/DataCraft.git
cd DataCraft
pip install -r requirements.txt
streamlit run app.py
DataCraft leverages a robust set of libraries to enhance its capabilities:
- Streamlit – Interactive web-based UI
- Pandas – Data manipulation and analysis
- NumPy – Numerical computations
- Plotly – Advanced visualizations
- Scikit-learn – Machine learning utilities
- Textacy – Text data preprocessing
- And more! (See
requirements.txt
for full details)
- Upload a CSV file.
- Select the desired data cleaning options via the sidebar.
- Observe real-time transformations.
- Download the refined dataset for further analysis.