# Pandas 2.0.0 릴리즈

> Clean Markdown view of GeekNews topic #8885. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=8885](https://news.hada.io/topic?id=8885)
- GeekNews Markdown: [https://news.hada.io/topic/8885.md](https://news.hada.io/topic/8885.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2023-04-05T10:17:01+09:00
- Updated: 2023-04-05T10:17:01+09:00
- Original source: [github.com/pandas-dev](https://github.com/pandas-dev/pandas/releases/tag/v2.0.0)
- Points: 6
- Comments: 0

## Topic Body

- 기존 사용자들은 꼭 1.5.3 으로 먼저 업그레이드 한 뒤에 2.0.0 업그레이드 하는 것을 추천   
- 새로운 기능 추가, 성능 개선 및 버그 픽스  
  - Index에 모든 숫자형 dtype 사용가능   
  - dtype_backend 인자 추가   
  - Copy-on-Write 개선   
- 예전 버전과 호환되지 않는 API 변경 사항들   
  - datetime64/timedelta64 dtype 으로 생성시에 미지원 포맷 선택하면 raise(기존엔 자동으로 ns로 변경했었음)  
  - Series.value_counts() 결과명이 'count'로 변경됨(기존엔 원본 객체의 이름 그대로 였음)  
  - tzinfo 의 기본값이 pytz.UTC 였는데 datetime,timezone.utc 를 사용하도록 변경   
  - 빈 DataFrame/Series 가 빈 RangeIndex 를 리턴(기존엔 Index)  
  - DataFrame.to_latex() 가 새로운 렌데 엔진으로 교체  
  - to_datetime()이 각 객체를 따로 추측하는게 아니라, 같은 포맷을 계속 사용

## Comments



_No public comments on this page._
