Question 82 of 93 · Combining DataFrames (Concat)
HelpStack two subsets vertically
Stack two filtered subsets of `pets` (dogs, then cats) back into one dataframe using `pl.concat([...])`.
Question 82 of 93 · Combining DataFrames (Concat)
HelpStack two filtered subsets of `pets` (dogs, then cats) back into one dataframe using `pl.concat([...])`.