SiLaure's Data

[Python] slicing/indexing(sequence type data) 본문

Records of/Another

[Python] slicing/indexing(sequence type data)

data_soin 2021. 7. 20. 20:46

- 얘네들은 sequence type data(연속형 데이터 타입)

 

- 순서 정보로 가져오는 방식이 indexing, 특정 조건에 맞는 정보를 뭉탱이로 가져오는 방식이 slicing

 

더보기

id(L[ : ]), id(L)의 값이 다르다......?!

id(L[ : ]) => copy의 개념  -- rvalue를 다른 주소값에 복사

 

'Records of > Another' 카테고리의 다른 글

[Python EDA] Stackoverflow 2020 survey  (0) 2021.07.28
Masking 연습 --박사학위 문제  (0) 2021.07.27
데이터분석과 선형대수  (0) 2021.07.23
Jupyter notebook 글꼴 바꾸기  (0) 2021.07.22
[Python] 변수/print()/Data type  (0) 2021.07.20
Comments