Skip to content

141 parallel version of superfloat oxygen#143

Merged
maverick-7487 merged 11 commits into
masterfrom
141-parallel-version-of-superfloat-oxygen
May 7, 2026
Merged

141 parallel version of superfloat oxygen#143
maverick-7487 merged 11 commits into
masterfrom
141-parallel-version-of-superfloat-oxygen

Conversation

@maverick-7487
Copy link
Copy Markdown
Collaborator

@maverick-7487 maverick-7487 commented Apr 30, 2026

closes #141

@maverick-7487 maverick-7487 linked an issue Apr 30, 2026 that may be closed by this pull request
df = pd.concat((df, dftmp),ignore_index=True)
lock_fd.seek(0)
df = pd.read_csv(lock_fd, index_col=0)
df.dropna(how="all", inplace=True)
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

questa è una delle due modifiche di save_report rimaste (è l'eliminazione delle righe che hanno tutti i valori NaN)

#print(f"loaded df: size: {df.size}; shape: {df.shape}")
dftmp = pd.Series(values_list, columns_list)
#print(f"tmp series: size: {dftmp.size}; shape: {dftmp.shape}")
df = pd.concat((df, dftmp.to_frame().T), ignore_index=True)
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

questa è la seconda modifica: qui ho aggiunto .to_frame().T per evitare di aggiungere una colonna al dataframe (la T fa la trasposta, trasforma una colonna in una riga)

@maverick-7487 maverick-7487 merged commit fd462b7 into master May 7, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

parallel version of superfloat oxygen

1 participant