question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Produce pandas.DataFrame out of logfiles

See original GitHub issue

Hi,

I’ve been using cclib for some time now and I often create a pandas.DataFrame object out of logfiles using cclib. This makes it very easy to deal with lots of results. Besides, this might fill a gap for machine learning. Would a simple function for it be a useful addition to cclib?

I have some initial code but I’m unsure if it would fit in this project. Some attributes are perfect for fitting in a table cell (e.g., freeenergy), while others might need some thought (e.g. atomcoords).

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:13 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
berquistcommented, Aug 3, 2018
0reactions
schneiderfelipecommented, Aug 10, 2018

No, I think this issue can be closed. Thanks for accepting this idea!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Log file to Pandas Dataframe - python - Stack Overflow
My goal is to convert each line in the log file into a nice Data frame. I have tired to do that, by...
Read more >
Importing Log Files with Ease - DataDrivenInvestor
We need to import pandas so we can use the open function of pandas. Then we will readline each line from our log...
Read more >
Extract parts of a log-file and put it in a dataframe - Python Forum
I'm a python beginner and would like to extract parts of a log-file and put it in a dataframe. I tryed something, but...
Read more >
Cumulus log files to Pandas Dataframe - gists · GitHub
Python modules for taking Cumulus ( sandaysoft.com ) logs into a Pandas. # ( pandas.pydata.org ) DataFrame, and using the date and time...
Read more >
Event Logs - PM4Py - Process Mining for Python
Import the CSV into a pandas DataFrame; In general, most existing algorithms in PM4Py are coded to be flexible in terms of their...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found