HU, Pili
HU, Pili
@ivyWANG958 it's awesome pointer! Keep sharing if you find anything useful to our community. I just incorporate this tool into one section: https://github.com/hupili/python-for-data-and-media-communication-gitbook/blob/master/notes-week-11.md#bonus-slide-show-presentation @Rita0719 , `RISE` does not solve your...
Typical fail example: https://api.github.com/users/hupili/events/public?page=400&per_page=1
what is the error when you reach 300? p.s. above URL is invalid.
example: https://api.github.com/users/hupili/events/public?per_page=10&page=10 ``` Link: ; rel="prev", ; rel="next", ; rel="last", ; rel="first" ```
> # ax.scatter(x, y, marker='o', color='blue', alpha=0.3, edgecolor='black') 蓝色点就先不传数据啦 It is good to have some sample data -- you can generate some random ones if the data is commercial secret.
Please find the solution here: https://github.com/hupili/python-for-data-and-media-communication/tree/aa79079abbf790373a2a49f996642b54e5ac3dc5/matplotlib-examples
Please leave your notebook link and better the [NBViewer](https://github.com/hupili/python-for-data-and-media-communication-gitbook/blob/master/notes-week-00.md#nbviewer) link since there are dynamic charts.
For your dataset, followings are suggested: - [transform](https://github.com/hupili/python-for-data-and-media-communication-gitbook/blob/master/notes-week-07.md#transformation) the price column from `str` to `int`. Once done, 1D analysis on this column can already yield to multiple story points, e.g....
PATH issue is common. Please use the following commands to verify whether you have the right path or not. ```shell !echo $PATH ``` ```shell !ls ``` ```shell !pwd ``` Let's...
please execute those in the note book where error arose.