{"id":23527328,"url":"https://github.com/arv-anshul/notebooks","last_synced_at":"2026-04-19T04:34:06.223Z","repository":{"id":188743716,"uuid":"678699185","full_name":"arv-anshul/notebooks","owner":"arv-anshul","description":"My Jupyter notebooks in which I practice data science.","archived":false,"fork":false,"pushed_at":"2026-02-17T07:20:37.000Z","size":30494,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-17T12:47:52.684Z","etag":null,"topics":["data-analysis","data-science","jupyter-notebook","llm","machine-learning","marimo","matplotlib","regression","transformers"],"latest_commit_sha":null,"homepage":"https://arv-anshul.github.io/projects","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arv-anshul.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-08-15T06:49:37.000Z","updated_at":"2026-02-17T07:20:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"c0022cff-a676-4c01-91c4-96da226ecca5","html_url":"https://github.com/arv-anshul/notebooks","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"611ed1ebe87a7346cea6f6b4b24ff49272208262"},"previous_names":["arv-anshul/notebooks"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arv-anshul/notebooks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arv-anshul%2Fnotebooks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arv-anshul%2Fnotebooks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arv-anshul%2Fnotebooks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arv-anshul%2Fnotebooks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arv-anshul","download_url":"https://codeload.github.com/arv-anshul/notebooks/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arv-anshul%2Fnotebooks/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31995090,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-analysis","data-science","jupyter-notebook","llm","machine-learning","marimo","matplotlib","regression","transformers"],"created_at":"2024-12-25T20:14:00.224Z","updated_at":"2026-04-19T04:34:06.204Z","avatar_url":"https://github.com/arv-anshul.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Notebooks\n\nContains all my 📓 Notebooks where I have performed Data Analysis on unique datasets.\n\n\u003e \\[!IMPORTANT\\]\n\u003e\n\u003e See [`data/README.md`](data/README.md) to know about datasets I have used.\n\n## Directory Info\n\n### [`yt-watch-history`](yt-watch-history/)\n\nPerform analysis on **YouTube Watch History** data _(exported via Google Takeout)_.\n\n- \u003e Previously using Pandas but switched to Polars as I started exploring it.\n- Used `polars`'s amazing syntax to handle data, preprocess the text data and handle datetime data.\n- Plot many graphs to show some amazing insights present in data.\n- Build ML model to predict videos **\"Content Type\"** from its title.\n- Build a **Channel Recommender System** which recommends similar channels from channel's videos' title and tags.\n\n### [`spotify-analysis`](spotify-analysis/)\n\nPerform analysis on **Spotify Streaming History** data _(exported via Spotify website)_.\n\n- Analysed data from the perspective of Track, Artist, Album, Playlist and Time.\n- Used `polars` builtin `plot` namespace (which uses `hvplot` library internally) to plot analysis graphs.\n\n### [`credit-modeling`](credit-modeling/)\n\nA project from **CampusX's free course on Credit Risk Modeling by Rohan Azad**.\n\n- Collaborated with [@sambhavm22].\n- Perform data analysis, build ML model using diffrent ML algorithms.\n- Contains notebooks of mine and [@sambhavm22] both.\n- Got many insights about banking sector.\n- Created diagrams to explain the project workflows.\n- [Credit Risk Modeling project documentation] in PDF format.\n\n[Credit Risk Modeling project documentation]: credit-modeling/docs/DOCUMENTATION.pdf\n[@sambhavm22]: https://github.com/sambhavm22\n\n### [`election-2024`](election-2024/)\n\nCreated a dashboard using Streamlit which fetches data from ECI official website.\n\n- Used `httpx` to fetch data asynchronously.\n- Used `polars.LazyFrame` to manipulate data efficiently.\n- Used `streamlit` to create dashboard.\n\n\u003cdetails\u003e\n\u003csummary\u003eWhere is Notebooks?\u003c/summary\u003e\n\nThere are no notebooks present in this project because I've converted those into `.py` scripts because I have to create\na dashboard using it and converted notebook's non-`async` codes into `async` code.\n\n\u003c/details\u003e\n\n### [`extra`](extra/)\n\nThis directory contains extra notebooks which are independent of each others. Created these notebooks just for learning\nor fun purpose.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farv-anshul%2Fnotebooks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farv-anshul%2Fnotebooks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farv-anshul%2Fnotebooks/lists"}