9๋ ์ฐจ ๋ฐฑ์๋ ๊ฐ๋ฐ์์ด๊ณ 8๋ ์งธ ๊ฐ์๋ ํด์ค๊ณ ์์ต๋๋ค.
IT๊ด๋ จ ์ฑ ์ 3๊ถ ์ ์ ํ์์ต๋๋ค.
Courses
Reviews
- Analyzing and processing data with Python Pandas
- Python Crawling: From Introduction to Web Data Extraction to Practice
- Python Crawling: From Introduction to Web Data Extraction to Practice
- Setting up a Spring framework development environment and refactoring Dao
- Automating VBA tasks using Excel
Posts
Q&A
json value encoding ์๋ฌ๊ฐ ๋ฉ๋๋ค
json encoding ๋ฌธ์ ๋ encoding='utf-8'๋ก ํด๋ณด์๋ฉด ๋ฉ๋๋ค. ์ด๋ค ๋ถ๋ถ์ ํ์๋ค๊ฐ ์๋ฌ๊ฐ ๋์๋์? ๊ฐ์๋ ธํธ๋ ๊ฐ์๋ฅผ ๋๋ฅด์๋ฉด ๋ชฉ์ฐจ ํ์์ผ๋ก ๋์ด ์์ต๋๋ค.
- 0
- 3
- 338
Q&A
์ค๋ฅ ์ง๋ฌธ
df_count['output'] = df_count['amount'] / df_count['salary']์์ ๊ฐ์ด ์ฐ์ฐ ํ๋ ๊ฒฝ์ฐ ๊ฐ์ด ๋ณต์ฌ๋์ด์ ์ฐ์ฐ์ ํ๊ธฐ ๋๋ฌธ์ ์๋๊ฐ ๋๋ ค์ง ์ ์์ด์ ๋์ค๋ ๊ฒฝ๊ณ ์ ๋๋ค..loc๋ฅผ ์ด์ฉํ ๊ฒ์ ๊ถ์ฅํ๋ ๋ฉ์ธ์ง ์ ๋๋ค.
- 0
- 2
- 359
Q&A
index ๋ถ์ฌ
๋ฐ์ดํฐ์ ์ฝ๋๋ฅผ ์ฌ๋ ค์ฃผ์๊ฒ ์ด์?
- 0
- 3
- 310
Q&A
์์ ์ ๋ ฌ
์์ค์ฝ๋๋ฅผ ๊ฐ์ด ์ฌ๋ ค์ฃผ์ธ์. dataframe์ด๋ผ๋ฉด sort_values ํจ์๊ฐ ์์ํ ๋ฐ์
- 0
- 6
- 418
Q&A
์์ ์ ๋ ฌ
df = pd.read_json("./user_info.json", dtype={'phone_number0':'str', 'phone_number2':'str'}) ์์ ๊ฐ์ด ํน์ ์ปฌ๋ผ์ type์ ๋ณ๊ฒฝํ ์ ์์ต๋๋ค.
- 0
- 6
- 418
Q&A
์์ ์ ๋ ฌ
csv๋ก ๋ถ๋ฌ์์๋์ xlsx๋ฅผ ๋ถ๋ฌ ์์๋ type์ด ๋ฌ๋ผ์ ์๊ธฐ๋ ๋ฌธ์ ๋ก ๋ณด์ ๋๋ค
- 0
- 6
- 418
Q&A
ํ๋ค์ค ๋ถ๋ฌ์ค๊ธฐ์ค
zoom link๋ฅผ oceanfog1@gmail.com์ผ๋ก ๋ณด๋ด์ฃผ์ธ์.
- 0
- 3
- 318
Q&A
ํ๋ค์ค ๋ถ๋ฌ์ค๊ธฐ์ค
numpy ๋ฒ์ ผ์ด ์๋ง๋ ๊ฒ ๊ฐ์์. ๊ธฐ์กด ๋ฒ์ ผ์ ์ง์ฐ์๊ณ ์๋ ๋ช ๋ น์ด๋ก numpy๋ง ๋ค์ ์ค์น ํด๋ณด์ธ์. pip install numpy==1.19.3 ๋ชจ๋ฅด์๊ฒ ์ผ๋ฉด zoom์ผ๋ก ๋ด๋๋ฆด๊ฒ์
- 0
- 3
- 318
Q&A
print('hello') ๋ผ๊ณ ์น๋ฉด ์๋ ์๋์ด ๋จ๋ฉด์ ์คํ์ด ์๋๋ค์..?
ํ์ผ ์ด๋ฆ์ด 01_hello2์ธ๊ฐ์? ๋ค์ .py๊ฐ ๋ถ์ด์ผ ํฉ๋๋ค.
- 0
- 1
- 216
Q&A
์๋ ํ์ธ์ ํ๋ค์ค ์ค๋ฅ๋ ์ ์ง๋ฌธ๋๋ฆฝ๋๋ค
encoding๋ฌธ์ ๊ฐ์ต๋๋ค. encoding='cp949' ๋ก ํด๋ณด์ธ์. ์ด๊ฒ ์๋์ ๋ค๋ฉด ํ์ผ์ ๋ค๋ฅธ ์ธ์ฝ๋ฉ์ผ๋ก ๋ฐ๊พธ๊ณ ๋ถ๋ฌ์๋ณด์ธ์.
- 0
- 1
- 354