Skip to content

O-LAP/ATS-Layer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

import csv import json csv_file=('file_path') json_file='otput_path' with open(csv_file,mode='r',encoding='utf-8') as f: reader=csv.DictReader(f) data=list(reader)

with open(json_file, mode='w', encoding='utf-8') as f: json.dump(data, f, indent=4)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published