You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using DataFrames
df = DataFrame()
for i=1:100
df[!, Symbol(i)] = 1:10
end
ENV["COLUMNS"]="20"
df
This shows only 3 columns (not 20) for me when executed in Jupyter Lab.
Setting COLUMNS to very high numbers shows all columns.
Environment:
Jupyter Datascience Notebook Docker container, Julia 1.4.1, DataFrames.jl version 0.21 and master.
I got the same issue for Jupyter Lab in a Windows Conda environment.
The text was updated successfully, but these errors were encountered:
Sorry, I somehow over-read this point in the documentation and implicitly assumed that it does the same as Pandas pdf.options.display.max_columns.
Thanks!
ENV["COLUMNS"]
seems not to work correctly:This shows only 3 columns (not 20) for me when executed in Jupyter Lab.
Setting COLUMNS to very high numbers shows all columns.
Environment:
Jupyter Datascience Notebook Docker container, Julia 1.4.1, DataFrames.jl version 0.21 and master.
I got the same issue for Jupyter Lab in a Windows Conda environment.
The text was updated successfully, but these errors were encountered: