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
Copy file name to clipboardExpand all lines: README.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,16 +102,15 @@ Don't forget to checkout the [examples] folder for detailed demonstration!
102
102
103
103
### Connector
104
104
105
-
Connector provides a simple way to collects data from different websites, offering several benifits:
106
-
* A unified API: you can fetch data using one or two lines of code to get data from many websites.
107
-
* Auto Pagination: it automatically do the pagination for you so that
108
-
you can specify the desire count of the returned results without even considering the count-per-request restriction from the API.
109
-
* Smart API request strategy: it is able to issue API requests in parallel while respects the rate limit policy.
105
+
Connector provides a simple way to collect data from different websites, offering several benefits:
106
+
* A unified API: you can fetch data using one or two lines of code to get data from many websites.
107
+
* Auto Pagination: it automatically does the pagination for you so that you can specify the desired count of the returned results without even considering the count-per-request restriction from the API.
108
+
* Smart API request strategy: it can issue API requests in parallel while respecting the rate limit policy.
110
109
111
-
In the following examples, you can download Yelp business search result into a pandas DataFrame,
110
+
In the following examples, you can download the Yelp business search result into a pandas DataFrame,
112
111
using only two lines of code, without taking deep looking into the Yelp documentation!
0 commit comments