Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 |
Tags
- 에러
- random.uniform
- 함수
- putty
- 아나콘다
- 전처리
- Delete
- 살려줘
- 태블로퍼블릭
- 외부접속허용
- Tableau
- trim
- 정제
- 태블로
- 파이썬
- vlookup
- mysql
- split
- TabPy
- concat
- 이전날짜제거
- 오류
- SQL
- 데이터전처리
- safe mode 해제
- 북마크
- Def
- D2E8DA72
- Join
- 맵차트
Archives
- Today
- Total
목록2025/04/18 (1)
무던히 하다보면 느는

Customers Who Never OrderWrite a solution to find all customers who never order anything.Return the result table in any order.The result format is in the following example. result = customers[~customers['id'].isin(orders['customerId])][['name]]result = result.rename(columns={'name':'Customers'}) [Input]idname1Joe2Henry3Sam4MaxCustomers table idcustomerId1321Orders table[Output]CustomersHenryMax ..
코딩테스트
2025. 4. 18. 12:27