How to separate extracted column from excel into different lists or groups in Python

和自甴很熟 提交于 2019-12-02 11:30:20

You should use csv library ! 😉 csv means comma separator value ! Excel file can be translate in this type of file . And csv file are relatively easy to use. You have to look for this way. Ask me if you have more questions .. Hopefully I helped you ! Talk you soon

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!