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
Package socio4health is an extraction, transformation, loading (ETL), and AI-assisted query and visualization (AI QV) tool designed to simplify the intricate process of collecting and merging data 📊 from multiple sources, focusing on sociodemographic and census datasets from Colombia, Brazil, and Peru, into a unified relational database structure.
25
+
Package socio4health is an extraction, transformation and loading (ETL) classification tool designed to simplify the intricate process of collecting and merging data from multiple sources, focusing on sociodemographic and census datasets from Colombia, Brazil, and Peru, into a harmonized dataset.
19
26
</p>
20
27
21
28
- Seamlessly retrieve data from online data sources through web scraping, as well as from local files.
22
-
- Support for various data formats, including `.csv`, `.xlsx`, `.xls`, `.txt`, `.sav`, and compressed files, ensuring versatility in sourcing information.
23
-
- Consolidating extracted data into a pandas DataFrame.
24
-
- Consolidating transformed data into a cohesive relational database.
25
-
- Conduct precise queries and apply transformations to meet specific criteria.
29
+
- Support for various data formats, including `.csv`, `.xlsx`, `.xls`, `.txt`, `.sav`, fixed-width files and geospatial files, ensuring versatility in sourcing information.
30
+
- Consolidating extracted data into a pandas (or dask) DataFrame.
Copy file name to clipboardExpand all lines: docs/source/getting_started.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Welcome to the Getting Started section of **socio4health**. This guide will walk
6
6
Installation
7
7
------------
8
8
9
-
**socio4health** can be installed via pip from `PyPI<https://pypi.org/project/socio4health/>`_. To install the package, run the following command in your terminal:
9
+
**socio4health** can be installed via pip from `PyPI<https://pypi.org/project/socio4health/>`_. To install the package, run the following command in your terminal:
Copy file name to clipboardExpand all lines: docs/source/index.rst
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Welcome to the official documentation site for **socio4health**\! This site serv
50
50
Introduction
51
51
------------
52
52
53
-
The Python package **socio4health** is an **extraction**, **transformation**, **loading**, and **AI-assisted query** and **visualization** (ETL-AI QV) tool designed to simplify the process of collecting and merging data from multiple sources into a unified relational database structure, and to visualize or query it using natural language.
53
+
The Python package **socio4health** is an **extraction**, **transformation**,and **loading**tool designed to simplify the process of collecting and merging data from multiple sources into a unified database structure.
54
54
55
55
Features
56
56
--------
@@ -68,15 +68,12 @@ Features
68
68
69
69
* **Load:**
70
70
71
-
* Consolidate transformed data into a cohesive relational database.
71
+
* Consolidate transformed data into a cohesive database.
72
72
73
73
* **Query:**
74
74
75
75
* Conduct precise queries and apply transformations to meet specific criteria.
76
76
77
-
* **AI Query & Visualization:**
78
-
79
-
* Use natural language input to query data (from values to subsets).
0 commit comments