(no title)
acdbddh | 4 months ago
df = pd.concat(df,other_df)
df = df.select(...)
...
My eyes hurts, when I see it. It makes me avoid python.
I bet the reason for this mutable code is a missing simple pipes syntax.
I love pipes. In R can do: df |>
rbind(other_df) |>
select(...)
It feels much better.
leviathan|4 months ago
kec|4 months ago
cubefox|4 months ago
mr_luc|4 months ago
- https://github.com/elixir-explorer/explorer - https://hexdocs.pm/explorer/Explorer.html
fermisea|4 months ago
zenlot|4 months ago