Can Not Import xlsx.table from janitor #1145
Answered
by
Zeroto521
DanielPerkins472
asked this question in
Q&A
|
Hello! Im trying to use your xlsx_table function from janitor to accomplish the above, however Im unable to import the xlsx_table function. I have successfully downloaded / installed pyjanitor and import the package into the jupyter notebook, however I can failures when I try to import xlsx_table from janitor. Do you have any advice? |
Answered by
Zeroto521
Oct 30, 2022
Replies: 1 comment
|
Sorry for being late. Hi, I saw your pyjanitor version is 0.22.0. You may mislead by the docs website, the website always points to the latest version, not the stable version. |
0 replies
Answer selected by
Zeroto521
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Sorry for being late.
Hi, I saw your pyjanitor version is 0.22.0.
pyjanitor 0.22 doesn't have
xlsx_table, this function was added into pyjanitor at 0.23 #990.Now you could easily update pyjanitor and use it.
You may mislead by the docs website, the website always points to the latest version, not the stable version.