Veganism 🌱🐾| Music, film, books, cycling. All views my own.
🌉 bridged from ⁂ https://hachyderm.io/@cd_newton, follow @ap.brid.gy to interact
Centrists enable fascism […]
[Original post on mastodon.social]
Centrists enable fascism […]
[Original post on mastodon.social]
```python
import pandas as pd
import openpyxl
df = pd.read_excel(
"my.xlsx",
engine="openpyxl",
engine_kwargs={"data_only": False}
)
```
```python
import pandas as pd
import openpyxl
df = pd.read_excel(
"my.xlsx",
engine="openpyxl",
engine_kwargs={"data_only": False}
)
```
```{r}
tm_shape(World) +
tm_polygons(
fill = "pop_est",
fill.legend = tm_legend(
title = HTML("Long title for<br>population estimate")
)
)
```
```{r}
tm_shape(World) +
tm_polygons(
fill = "pop_est",
fill.legend = tm_legend(
title = HTML("Long title for<br>population estimate")
)
)
```