Skip to content

Commit 002cf01

Browse files
committed
link to thousands info
1 parent 6945717 commit 002cf01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assignments.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ For this course, it's recommended that you try doing the work yourself, asking t
102102
- **`input()` stuck:** Jupyter can be a bit buggy when dealing with interactive input. If it seems to get stuck or you aren't seeing a prompt when you'd expect one, try clicking the `Runtime` menu then `Restart Kernel`.
103103
- **In a visualization, the values are out of order along the axis, or you're seeing vertical/zig-zag-y lines:** Make sure that:
104104
- The values are integers/floats/[timestamps](https://plotly.com/python/line-charts/#line-plots-on-date-axes), not strings, where applicable.
105+
- See the [`thousands` argument for `read_csv()`](https://pandas.pydata.org/docs/user_guide/io.html#thousand-separators).
105106
- [Line charts: The column used for the X axis is sorted.](https://plotly.com/python/line-charts/#data-order-in-line-charts)
106107
- [**`AttributeError: partially initialized module 'orjson' has no attribute 'OPT_NON_STR_KEYS'`:**](https://github.com/plotly/plotly.py/issues/3567) Add the following cell before your other Plotly code, then `Restart session and run all`.
107108

0 commit comments

Comments
 (0)