• Y
  • List All
  • Feedback
    • This Project
    • All Projects
Profile Account settings Log out
  • Favorite
  • Project
  • All
Loading...
  • Log in
  • Sign up
yjyoon / 대옹_불량율분석 star
  • Project homeH
  • CodeC
  • IssueI
  • Pull requestP
  • Review R
  • MilestoneM
  • BoardB
  • Files
  • Commit
  • Branches
대옹_불량율분석toolsweather_agency_apiduplicate_check.py
Download as .zip file
File name
Commit message
Commit date
data
made prediction and querying function
2023-10-22
database
made manufacturing data DB interaction
2023-10-22
tools
made manufacturing data DB interaction
2023-10-22
README.md
Hello Yona
2023-08-30
action.py
made manufacturing data DB interaction
2023-10-22
app.py
made prediction and querying function
2023-10-22
auth.py
building apis
2023-09-01
main.py
Hello Yona
2023-08-30
File name
Commit message
Commit date
algo
made manufacturing data DB interaction
2023-10-22
visualizer
added DB functionality welding DB is complete
2023-10-17
weather_agency_api
also, weather data update now supports DB
2023-10-22
File name
Commit message
Commit date
check_missing.py
Fixed bugs : one that format of new weather datas are not matching the existing one
2023-09-26
duplicate_check.py
building apis
2023-09-01
weather_api.py
also, weather data update now supports DB
2023-10-22
juni 2023-09-01 27b8ef1 building apis UNIX
Raw Open in browser Change history
import pandas as pd def duplicate_check(df): duplicate_rows = df[df.duplicated()] print("Duplicate Rows:") print(duplicate_rows) df = df.drop_duplicates() # df.to_csv(f'{file.split(".")[0]}_f.csv', index=False) return df if __name__ == "__main__": file = "202007010000_202308310000_f.csv" duplicate_check(file)

          
        
    
    
Copyright Yona authors & © NAVER Corp. & NAVER LABS Supported by NAVER CLOUD PLATFORM

or
Sign in with github login with Google Sign in with Google
Reset password | Sign up