Mrudula

Results 21 comments of Mrudula

Outline of Data Cleaning Steps Data Cleaning was essential to prepare the 311 service request data for analysis. The following steps were undertaken: **1. Removing Duplicates** - Action: Used `data.drop_duplicates(inplace=True)`...

Started working on ghpages. **Website**: https://hackforla.github.io/311-data-jupyter-notebooks/lab (navigate to folder: 311_Data_CleaningScript). I've made some initial updates to the script and will continue working on integrating it for the ghpages.

The Jupyter Notebook, [311-data/CSV_files/DataLoading_Script.ipynb](https://github.com/hackforla/data-science/blob/177-create-311-data-csv-files-that-can-be-accessed-through-a-jupyter-notebook/311-data/CSV_files/DataLoading_Script.ipynb) which has been developed and made available on GitHub, is not functioning as expected on GitHub Pages due to kernel (Pyodide)-related issues. The code needs modifications...

I'm currently working on resolving the kernel-related issues with DataLoading_Script.ipynb on GitHub Pages. The notebook is still not functioning as expected due to Pyodide limitations. I'm collaborating with Sophia to...

@ExperimentsInHonesty : As the current implementation relies on downloading raw data from public URLs, this creates issues when running the notebook through GitHub Pages or Pyodide-based environments. These environments operate...

**Update**: The Google Colab–based solution has been implemented and is ready to use. **Key points:** - Notebook runs fully in Colab without CORS or browser memory issues. - Raw data...

As discussed, extend the Colab notebook to include prior years (2020–2025) in the URLs dictionary. The user can input the desired year by assigning it to the `year` variable. The...

### 311 Data Cleaning & Hosting Project Summary ****Background**** The 311 service request dataset is very large and challenging to host or query in in-browser environments. To make this data...

@ExperimentsInHonesty I saw Andrew’s point about putting the Colab notebook into the GitHub repo. Right now, we already have a Jupyter notebook there that works locally, and the Colab version...

README: ### 311 Data Cleaning & Hosting Project **Overview** This project provides a reproducible pipeline for processing the large 311 Service Request dataset. The pipeline downloads, cleans, and splits the...