@@ -286,7 +286,8 @@ plot, output_formatting, compression, test]``
286
286
Timezones
287
287
^^^^^^^^^
288
288
289
- Can be managed as optional_extra with ``pandas[timezone] ``,
289
+ Can be managed as optional_extra with ``pandas[timezone] ``.
290
+
290
291
========================= ========================= =============== =============================================================
291
292
Dependency Minimum Version optional_extra Notes
292
293
========================= ========================= =============== =============================================================
@@ -306,13 +307,13 @@ Visualization
306
307
307
308
Can be managed as optional_extra with ``pandas[plot, output_formatting] ``, depending on the required functionality.
308
309
309
- ========================= ================== ================= =============================================================
310
- Dependency Minimum Version optional_extra Notes
311
- ========================= ================== ================= =============================================================
312
- matplotlib 3.3.2 plot Plotting library
313
- Jinja2 3.0.0 output_formatting Conditional formatting with DataFrame.style
314
- tabulate 0.8.9 output_formatting Printing in Markdown-friendly format (see `tabulate `_)
315
- ========================= ================== ================= =============================================================
310
+ ========================= ================== ================== =============================================================
311
+ Dependency Minimum Version optional_extra Notes
312
+ ========================= ================== ================== =============================================================
313
+ matplotlib 3.3.2 plot Plotting library
314
+ Jinja2 3.0.0 output_formatting Conditional formatting with DataFrame.style
315
+ tabulate 0.8.9 output_formatting Printing in Markdown-friendly format (see `tabulate `_)
316
+ ========================= ================== ================== =============================================================
316
317
317
318
Computation
318
319
^^^^^^^^^^^
0 commit comments