Hi,
I received the following deprecation warning when trying to visualize uchime-stats output data.
The command completes successfullym but I would like to let you know about this warning.
Best,
qiime metadata tabulate \
--m-input-file path-to-file/uchime-stats.qza \
--o-visualization path-to-file/uchime-stats.qzv \
/home/user/miniconda3/envs/qiime2-amplicon-2024.10/lib/python3.10/site-packages/pandas/core/dtypes/common.py:1645: DeprecationWarning: Converting `np.inexact` or `np.floating` to a dtype is deprecated. The current result is `float64` which is not strictly correct.
npdtype = np.dtype(dtype)
/home/user/miniconda3/envs/qiime2-amplicon-2024.10/lib/python3.10/site-packages/pandas/core/dtypes/common.py:1645: DeprecationWarning: Converting `np.inexact` or `np.floating` to a dtype is deprecated. The current result is `float64` which is not strictly correct.
npdtype = np.dtype(dtype)