윈도우11 23H2 수동 업데이트 하기

윈도우11 23H2 수동 업데이트 하기

The Windows 11 23H2 update has been released, bringing significant changes like the inclusion of MS Copilot as a standard feature. Copilot allows a plethora of duties, offering powerful AI capabilities that assist with tasks, creative endeavors, and leisure activities. Moreover, the update integrates AI into Paint and introduces a text extraction function in Windows Capture. Manual updates are also possible. AI has improved the convenience of the Windows 11 update by enhancing standard app functionality.

파이썬 판다스 메모리 에러 해결하기

파이썬 판다스 메모리 에러 해결하기

파이썬 사용중 판다스에서 엑셀파일 합치기를 하다보면 메모리 에러가 발생하는 경우가 있는데요. 판다스 데이터 용량 확인하기 먼저 판다스에서 info에 memory_usage 명령어를 사용해보면 데이터 용량을 확인할 수 있는데요. 이때 파이썬 판다스의 데이터 종류가 있습니다. 바로 아래와 같은 데이터 형태가 있는데요. 판다스에서 파일을 옵션없이 불러오면 일반적으로 object로 불러옵니다. 하지만 이 object의 경우 아무 문자열이나 다 가능하기 때문에 데이터를 … Read more