위키
총 1121개의 페이지 · 25 / 57 · 1121개 중 481–500
- [Pandas] stack / unstack#python #pandas #reshape #multiindex #wide-long
- [Pandas] str regex (extract / split / replace)#python #pandas #string #regex #text-processing
- [Pandas] str.contains / startswith / endswith#python #pandas #string #pattern #regex
- [Pandas] to_datetime#python #pandas #datetime #parsing #timeseries
- [Pandas] transform / apply#python #pandas #groupby #transform #apply
- [Pandas] unique / nunique#python #pandas #unique #distinct #cardinality
- [Pandas] value_counts#python #pandas #value_counts #frequency
- [Pandas] 개요#python #pandas #data-analysis #data-science
- [Pandas] 성능 / 메모리 최적화#python #pandas #performance #memory #optimization
- [Pandas] 컬럼 선택#python #pandas #selection
- [Pattern] API Gateway: BFF, 라우팅, auth, rate limit#api-gateway #microservices #backend #infrastructure
- [Pattern] CQRS: Command / Query 분리, read model#cqrs #architecture #pattern #backend
- [Pattern] Event Sourcing: 상태 대신 이벤트 누적#event-sourcing #cqrs #architecture #pattern #backend
- [Pattern] Idempotency Keys: 중복 요청 안전 처리#idempotency #pattern #api-design #backend #distributed
- [Pattern] Microservices vs Monolith: 언제 분리, 언제 통합#microservices #monolith #architecture #backend
- [Pattern] Outbox Pattern: DB + 메시지의 원자성#outbox #messaging #cdc #distributed #pattern
- [Pattern] Saga: 분산 트랜잭션의 보상 흐름#saga #distributed-transaction #microservices #backend
- [PLT] Abstract Syntax Tree (AST)#plt #compiler #ast #tree #visitor-pattern
- [PLT] Interpreter vs Compiler#plt #compiler #interpreter #jit #aot #vm #bytecode
- [PLT] IR, 최적화, 코드 생성 (Compiler Backend)#plt #compiler #ir #optimization #codegen #ssa #llvm