Quantcast
Channel: First steps - JuliaLang
Viewing all articles
Browse latest Browse all 2795

Autocomplete dataframe columns names not working in jupyter

$
0
0

Hi there,
julia newbie here, switching from python :).

I am using jupyter and dataframe package.
Please, is there a way how to achieve autocomplete columns name in jupyter?

ie, having
frame = DataFrame(PART_NAME=String, YEAR_URL=String)

some operations

then I would like to write:
frame[:P] and hit tab and have full PART_NAME auto-filled.
This is working in VSCode, but not in Jupyter.

Same thing is working for Python+DataFrame(Pandas).
For bigger projects with longer names this is very usefull to have.

Thank you
Lubo

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 2795

Trending Articles