일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 비타민 C
- single cell
- CUTandRUN
- EdgeR
- single cell analysis
- Batch effect
- drug muggers
- DataFrame
- scRNAseq analysis
- python matplotlib
- drug development
- 싱글셀 분석
- single cell rnaseq
- julia
- scRNAseq
- ChIPseq
- HTML
- cellranger
- PYTHON
- matplotlib
- CUT&RUN
- ngs
- Bioinformatics
- CSS
- github
- javascript
- MACS2
- pandas
- Git
- js
Archives
- Today
- Total
목록getsizeof( ) (1)
바이오 대표
[ sys ] python 으로 object 의 메모리 크기 알아내기 - getsizeof( )
메모리 사이즈 Byte 1 bytes KB (Kilo Byte) 1000 (10^3) bytes MB (Mega Byte) 1,000,000 (10^6) bytes GB (Giga Byte) 1,000,000,000 (10^9) bytes TB (Tera Byte) 1,000,000,000,000 (10^12) bytes PB (Pete Byte) 1,000,000,000,000,000 (10^15) bytes List, Array, tensor, Dataframe 등 python 에서 사용되는 모든 Object 의 메모리 사이즈를 sys.getsizeof( ) 로 확인할 수있다. * 해당 function은 메모리에 실제로 올라가는 크기임으로, '' 와 같이 빈 문자열도 49bytes 를 차지한다.
Python/others
2022. 2. 10. 14:12