用python将exl表格中的指定列提取出来
摘要:使用pandas库中的iloc方法: https://blog.csdn.net/Bigboss7/article/details/118597351 (loc与iloc方法) 使用iloc方法可以提取某行或者某列: iloc[行:,列] 比如iloc[:,1]的意思就是提取第一列,iloc[1:3
阅读全文
posted @ 2024-05-14 10:31
posted @ 2024-05-14 10:31
posted @ 2024-05-14 10:01
posted @ 2024-05-13 14:21
posted @ 2024-01-30 15:08
posted @ 2024-01-30 10:41
posted @ 2024-01-24 10:48