Skip to content

Commit c735cd9

Browse files
authored
Merge pull request #640 from sfu-db/fix/readme
docs(readme):small text change on clean and connector
2 parents 22de2fc + e193a6a commit c735cd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ series
134134
Name: country, dtype: bool
135135
```
136136

137-
**Currently supports functions for:** Column Headers | Country Names | Dates and Times | Duplicate Strings | Email Addresses | Geographic Coordinates | IP Addresses | Phone Numbers | URLs | US Street Addresses
137+
Check [clean_headers](https://docs.dataprep.ai/user_guide/clean/clean_headers.html), [clean_country](https://docs.dataprep.ai/user_guide/clean/clean_country.html), [clean_date](https://docs.dataprep.ai/user_guide/clean/clean_date.html), [clean_duplication](https://docs.dataprep.ai/user_guide/clean/clean_duplication.html), [clean_email](https://docs.dataprep.ai/user_guide/clean/clean_email.html), [clean_lat_long](https://docs.dataprep.ai/user_guide/clean/clean_lat_long.html), [clean_ip](https://docs.dataprep.ai/user_guide/clean/clean_ip.html), [clean_phone](https://docs.dataprep.ai/user_guide/clean/clean_phone.html), [clean_text](https://docs.dataprep.ai/user_guide/clean/clean_text.html), [clean_url](https://docs.dataprep.ai/user_guide/clean/clean_url.html), [clean_address](https://docs.dataprep.ai/user_guide/clean/clean_address.html) and [clean_df](https://docs.dataprep.ai/user_guide/clean/clean_df.html) to see how each function works.
138138

139139
## Connector
140140

@@ -148,7 +148,7 @@ Let's check out the several benefits that Connector offers:
148148

149149
- **A unified API:** You can fetch data using one or two lines of code to get data from [tens of popular websites](https://github.com/sfu-db/DataConnectorConfigs).
150150
- **Auto Pagination:** Do you want to invoke a Web API that could return a large result set and need to handle it through pagination? Connector automatically does the pagination for you! Just specify the desired number of returned results (argument `_count`) without getting into unnecessary detail about a specific pagination scheme.
151-
- **Smart API request strategy:** Do you want to fetch results more quickly by making concurrent requests to Web APIs? Through the `_concurrency` argument, Connector simplifies concurrency, issuing API requests in parallel while respecting the API's rate limit policy.
151+
- **Speed:** Do you want to fetch results more quickly by making concurrent requests to Web APIs? Through the `_concurrency` argument, Connector simplifies concurrency, issuing API requests in parallel while respecting the API's rate limit policy.
152152

153153
#### How to fetch all publications of Andrew Y. Ng?
154154

0 commit comments

Comments
 (0)