728x90
ls = [1,2,3,4]
ls_str = list(map(str,ls))
ls_str # ['1','2','3','4']
728x90
'데이터 분석 > [Python] 기초' 카테고리의 다른 글
[python] pyspark isnull 개수 (0) | 2022.10.21 |
---|---|
[python] pyspark 집계함수 (0) | 2022.09.14 |
[python] plot axis 지수 포맷팅 (0) | 2022.03.03 |
[python] 가상환경 생성 (0) | 2022.03.03 |
[python] timedelta 타입을 int로 변환 (0) | 2022.02.11 |