본문 바로가기

without haste but without rest

검색하기
JinungKim

  • Home (246)
    • Business Intelligence (0)
      • Redash (0)
    • Cloud (12)
    • Computer Science (29)
      • Algorithm (8)
      • Data Structure (12)
      • Network (1)
      • OS (5)
    • Data Engineering & DataOps (35)
      • Airflow (4)
      • Hadoop (8)
      • Kafka (13)
      • Spark (5)
    • Database (31)
      • ElasticSearch (4)
      • MySQL (4)
      • MongoDB (4)
      • Redis (1)
    • DevOps (16)
      • Docker (15)
      • Kubernetes (1)
    • Git (6)
    • Problem Solving (0)
    • ProgrammingLanguage (52)
      • C (10)
      • C++ (4)
      • Java (1)
      • Python (36)
      • Scala (1)
    • Scrap (17)
    • Web (1)
    • etc. (7)
    • Homework (40)
      • DataMining (14)
Guestbook
Notice
Recent Posts
Recent Comments
Link
  • LinkedIn
«   2025/06   »
일 월 화 수 목 금 토
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
Tags
  • 자료구조
  • sort
  • docker
  • AWS
  • 큐
  • Algorithm
  • python
  • airflow
  • 도커
  • 정렬
  • DB
  • 알고리즘
  • 데마
  • 그래프
  • c
  • git
  • hadoop
  • Kafka
  • 데이터마이닝
  • 과제
  • 에어플로우
  • 계프
  • Mongo
  • 운영체제
  • 파이썬
  • 카프카
  • lambda
  • OS
  • S3
  • 하둡
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록스킵 (1)

without haste but without rest

[python] csv 헤더 패스하기

이터레이터 next로 한 줄을 넘어간다. import csv with open("mycsv.csv", "r") as csvfile: csvreader = csv.reader(csvfile) # This line skips the first row of the CSV file. next(csvreader) for row in csvreader: # do stuff with rows... 참조 Skip the header of a file with Python's CSV reader next(csvreader) does the trick. evanhahn.com

ProgrammingLanguage/Python 2021. 5. 11. 17:00
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바