1. AttributeError: 'DataFrame' object has no attribute 'values'
https://stackoverflow.com/questions/38610559/convert-spark-dataframe-column-to-python-list
Convert spark DataFrame column to python list
I work on a dataframe with two column, mvv and count. +---+-----+ |mvv|count| +---+-----+ | 1 | 5 | | 2 | 9 | | 3 | 3 | | 4 | 1 | i would like to obtain two list containing mvv values and...
stackoverflow.com
2. TypeError: expected string or bytes-like object
분명 내가 찍어봤을땐, type이 list였는데 혹시 아닌것이 있을까봐 모든 list안의 값들을 str()을 적용해 주었다.
그랬더니 해결! 내 경우에 이 에러는 어떤 것이 str이 아닌데 str처럼 쓸때 발생하는 것 같다.
3. ModuleNotFoundError: No module named 'selenium'
--> pip install selenium
'WEB' 카테고리의 다른 글
| [C++]VS code에서 C/C++ 코딩 환경 구축하기 (0) | 2023.04.19 |
|---|---|
| [WebAssembly] Window에 emsdk 다운로드 (0) | 2023.04.19 |
| 코랩에서 pyspark 이용하기 (0) | 2022.05.01 |
| [코딩] 웹개발 종합반 4주차 WIL (0) | 2022.04.17 |
| [코딩] 웹개발 종합반 3주차 WIL (0) | 2022.04.17 |