ShikaZzz
ShikaZzz
@rajindermavi If my understanding is correct, the current issue is that we need to extract the link of each webpage in an NC website and run them through builtwith because...
- Rajinder's personal [webscraping repo](https://github.com/rajindermavi/Webscraping) - seems to be ahead of the repo https://github.com/hackforla/data-science/tree/main/311-data/webscraping
finished scrapping and is working on extracting data from [json file](https://github.com/rajindermavi/Webscraping/blob/main/survey_techs.json) and data analysis. plans: extracting data, possibly arrange data into unified dataframe, data analysis ETA for data analysis is...
Updated content
@snooravi The updated content is from my analysis of the dataset on my local Jupyter notebook. I can share my screen and organize the result into a Google colab notebook...
may pause for now and change to how to use 311-data.org tools and the Alpha Report Tool to derive insights Alpha Report Tool: - lack timestamp (no date level data)...
analytics concepts: - normalization/standardization: not only comparing the total number but also comparing the fraction; by population - stacked barplot vs barplot challenge: - data preprocessing: consistency,
Progress: - Completed: data cleaning by dividing into 2 general sets: 1 set has only valid data (ServiceDate/ClosedDate is in 2020 and after CreatedDate); 1 complimentary data set - Doing:...
Progress: - did: - uploaded notebooks to Google Colab (see the end of the main) - updated main content: data cleaning, analytical concepts, google colab notebooks - cleaned the data...