We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1baaddb commit dfde6feCopy full SHA for dfde6fe
crates/polars-error/src/lib.rs
@@ -232,8 +232,8 @@ Help: if you're using Python, this may look something like:
232
# Initialize Categoricals.
233
df1 = pl.DataFrame({'a': ['1', '2']}, schema={'a': pl.Categorical})
234
df2 = pl.DataFrame({'a': ['1', '3']}, schema={'a': pl.Categorical})
235
- # Your operations go here.
236
- pl.concat([df1, df2])
+ # Your operations go here.
+ pl.concat([df1, df2])
237
238
Alternatively, if the performance cost is acceptable, you could just set:
239
0 commit comments