📅 2023-01-05 — Session: Processed GEO data and configured VS Code settings
🕒 20:30–21:00
🏷️ Labels: Geo Data, Python, Vs Code, Data Processing
📂 Project: Dev
⭐ Priority: MEDIUM
Session Goal
The session aimed to process GEO data files and configure Visual Studio Code for Python development.
Key Activities
- Executed a script to read GEO data files, extract unique clusters, and handle missing values using Python and Pandas.
- Configured the default Python interpreter in VS Code for Jupyter notebooks using command palette and settings editor.
- Listed all Africa GeoJSON files using Python’s glob module.
- Configured line start and end behavior in VS Code, including keyboard shortcuts.
- Imported the Path class from the pathlib module in Python for handling file paths.
Achievements
- Successfully processed GEO data and saved combined data into CSV files.
- Set up VS Code for efficient Python development with customized settings.
Pending Tasks
- Further testing of the GEO data processing script to ensure robustness.
- Explore additional VS Code extensions for enhanced productivity.