티스토리 뷰
728x90
반응형
conda install pandas
conda install openpyxl
(이거는 엑셀로 바꾸긴데.. 엑셀은 인식 안돼서)
csv로 바꾸기 했더니 됐다.
# *.txt 파일을 읽어 엑셀파일로 생성 ---index=False 로 할경우
import pandas as pd
df = pd.DataFrame(pd.read_csv('RGB_meam.txt',sep=' '))
# print(df)
df.to_csv('RGB_mean.csv',index=False)
간단한편
touchdesigner
https://matthewragan.com/2014/05/28/lets-make-this-table-data-move-touchdesigner/
Let’s Make this Table Data Move | TouchDesigner
Working with live streaming data is about as good as it gets when it comes to programming – this is especially true if you’re working on a project that looks to create a recognizable re…
matthewragan.com
(이사람 최고다..)
728x90
반응형
'Coding > Python' 카테고리의 다른 글
mac intel 미니콘다 설치 (0) | 2025.01.10 |
---|---|
python _ image 평균 (0) | 2022.12.10 |
python : 여러 사진 파일의 RGB 평균 구하기 (0) | 2022.09.10 |
python: 단어 빈도수 통계 (0) | 2022.09.08 |
python : 사진 분류 정리 (0) | 2022.06.22 |
250x250
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Java
- oculuspro
- 후디니
- motor controll
- node.js
- ardity
- Arduino
- MQTT
- sequelize
- TouchDesigner
- imgtoimg
- VR
- DeepLeaning
- three.js
- Express
- Midjourney
- houdini
- colab
- 유니티플러그인
- unity 360
- opencv
- CNC
- Python
- 유니티
- 라즈베리파이
- emotive eeg
- Unity
- docker
- RNN
- AI
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함
반응형