You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove emoji slop from public-facing documentation
Clean up documentation for professional appearance by removing all emojis
from README and tutorial files:
- README.md: Remove emojis from section headers and bullet points
- docs/tutorials/getting_started.md: Remove emojis from all print statements
and code output formatting
- docs/tutorials/caching_data.md: Remove emoji from summary section
- docs/tutorials/working_with_geometry.md: Remove emoji from summary section
Emojis are a tell-tale sign of AI-assisted writing and detract from
professional technical documentation.
Copy file name to clipboardExpand all lines: README.md
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,35 +10,35 @@ Access, retrieve, and work with Canadian Census data and geography.
10
10
11
11
**pycancensus** is a Python package that provides integrated, convenient, and uniform access to Canadian Census data and geography retrieved using the CensusMapper API. This package produces analysis-ready tidy DataFrames and spatial data in multiple formats, with full equivalence to the R cancensus library.
12
12
13
-
## 🚀 **Recent Updates**
13
+
## Recent Updates
14
14
15
-
✅ **Full R Library Equivalence** - Verified 100% data compatibility with R cancensus
16
-
✅ **Enhanced API Reliability** - Production-grade error handling and retry logic
17
-
✅ **Vector Hierarchy Functions** - Navigate census variable relationships like R
18
-
✅ **Improved Data Quality** - Fixed column naming and data processing issues
0 commit comments