去除dataframe中的unamed列
Posted everfight
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了去除dataframe中的unamed列相关的知识,希望对你有一定的参考价值。
df.loc[:, ~df.columns.str.contains('^Unnamed')]
来源: https://stackoverflow.com/questions/43983622/remove-unnamed-columns-in-pandas-dataframe
以上是关于去除dataframe中的unamed列的主要内容,如果未能解决你的问题,请参考以下文章
pandas DataFrame 中的“列”数量限制为 1024