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
When I run the command qc2tsv ./template.json > test.tsv , the system returns the warning message,
/home/user/.conda/envs/user/lib/python3.7/site-packages/qc2tsv/qc2tsv.py:78: FutureWarning: pandas.io.json.json_normalize is deprecated, use pandas.json_normalize instead
df = pandas.io.json.json_normalize(jsons, sep=sep)
The text was updated successfully, but these errors were encountered:
rongxinzh
changed the title
Issue occurred when running the qc2tsv under python3.7
Warning occurred when running the qc2tsv under python3.7
Jul 14, 2020
Hi, thank you for your response. qc2tsv -v return 0.1.4
The version is still 0.1.4 when I upgrade the qc2tsv by taking the command pip install qc2tsv --upgrade
I fixed the problem by modifying the source code of qc2tsv.
Thank you!
Describe the bug
A clear and concise description of what the problem is.
OS/Platform
When I run the command
qc2tsv ./template.json > test.tsv
, the system returns the warning message,/home/user/.conda/envs/user/lib/python3.7/site-packages/qc2tsv/qc2tsv.py:78: FutureWarning: pandas.io.json.json_normalize is deprecated, use pandas.json_normalize instead
df = pandas.io.json.json_normalize(jsons, sep=sep)
The text was updated successfully, but these errors were encountered: