mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-08 11:17:29 +00:00
save to visual studio code allows jupiter notebook
This commit is contained in:
parent
d4bf9301c7
commit
5fe5063254
1 changed files with 0 additions and 25 deletions
25
etl/main.py
25
etl/main.py
|
|
@ -12,7 +12,6 @@ DATA_LOC = "/workspaces/survey-extraction/data/"
|
|||
INTERESTING_FILE_LOC = "/workspaces/survey-extraction/data/first last/Submission 03.03.25/customer/10 Sandbeck Lane DN21 3LZ/PRE SITE NOTES.pdf"
|
||||
logger = Logger(name="main.py", level=logging.DEBUG).get_logger()
|
||||
|
||||
print("hello world")
|
||||
|
||||
|
||||
def main():
|
||||
|
|
@ -35,30 +34,6 @@ def main():
|
|||
# surverys_completed = south_coast_scraper.get_number_of_surverys_completed()
|
||||
# logger.info(pformat(surverys_completed))
|
||||
|
||||
print("hello world")
|
||||
print("1")
|
||||
a = 1
|
||||
import sys
|
||||
|
||||
print(sys.executable)
|
||||
print("Current working directory:", os.getcwd())
|
||||
raise RuntimeError("hello world")
|
||||
|
||||
import pandas as pd
|
||||
|
||||
# Sample data as a dictionary
|
||||
data = {
|
||||
'Name': ['Alice', 'Bob', 'Charlie'],
|
||||
'Age': [25, 30, 35],
|
||||
'City': ['New York', 'Los Angeles', 'Chicago']
|
||||
}
|
||||
|
||||
# Create DataFrame
|
||||
df = pd.DataFrame(data)
|
||||
|
||||
print(df)
|
||||
df.to_clipboard()
|
||||
|
||||
|
||||
def print_hello():
|
||||
print("hello man")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue