Pinned Loading
-
python_pandas_csv_cleaning_andramark...
python_pandas_csv_cleaning_andramarkov.py 1import pandas as pd
2import datetime
34#nama file5source = 'marketingresign_is_shipper_false.csv'
-
How to Fix Unclosed Quotes in Micros...
How to Fix Unclosed Quotes in Microsoft Word Using Python 1from docx import Document
23def close_end_of_line_quotes(file_path, output_path):
4# Load your Microsoft Word document5doc = Document(file_path)
-
-
Ambil data historis EOD via yahoo, h...
Ambil data historis EOD via yahoo, hasil nya dalam bentuk *.csv yang tersimpan di desktop (saya pakai mac), csv ini bisa di import dari amibroker 1'''ini prinsipnya sama dengan EOD_direct_to_db_merged.py, bedanya ini nonmerged, pake ini karena eod model lama sering error 'date' '''23import sys
4sys.path.append('/Users/andra/Downloads/adrx_repo/bitbucket/newpystock/reorg')
5 -
How to Remove Double Enters in Word ...
How to Remove Double Enters in Word Documents Using Python 1import os
2from docx import Document
34def remove_double_enters(input_path, output_path):
5# Load the Word document
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.