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.

Example code not working

See original GitHub issue

Link for Repo Example

p = (DataFrame({'raw': sdf.x,
                        'smooth': sdf.x.rolling('100ms').mean(),
                        'very-smooth': sdf.x.rolling('500ms').mean()})
     .plot(width=700)
    )

yields AttributeError: DataFrame has no attribute 'plot'

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
martindurantcommented, Aug 12, 2020

But it is nice 😃 So I fixed it instead.

0reactions
amodwanicommented, Aug 29, 2020

@silvavn I tried your code it seems to work fine with master branch. Screenshot 2020-08-29 at 3 25 11 PM

Read more comments on GitHub >

github_iconTop Results From Across the Web

What to do if the code doesn't work? - GeeksforGeeks
What to do if the code doesn't work? · Measure the time parts of the program take separately. · Compute the actual number...
Read more >
24+ Reasons Code Doesn't Work & How To Fix It - WP SITES
Discover the most common reasons your CSS or PHP doesn't work or breaks your site when it really does work properly.
Read more >
Troubleshooting your code - Coding: a Practical Guide
On this page we've collected together some tips and suggestions for when you're having problems coding: when your code doesn't work or you...
Read more >
Sample code not working | Sololearn: Learn to code for FREE!
Hey guys! I'm in the ES6 portion of the Javascript course. The last 4-6 sample codes have all returned the error "Unexpected end...
Read more >
Coding problems? Learn what to do when you're stuck
Even the best programmers get stuck sometimes. Here are some tips to help you get unstuck and learn from your mistakes.
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