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.

DOC: Standardize references to pandas in the documentation

See original GitHub issue

In our documentation (files in doc/source/../*.rst), we refer to pandas as Pandas, pandas, and *pandas* (sphinx italics).

For documentation consistency, we should standardize these to one form. pandas is the preferable form in our documentation files.

Unfortunately I don’t think we create a lint rule for this pattern since we have to be flexible to references and hyperlinks.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:10 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
joybh98commented, Feb 28, 2020

take

1reaction
ShaharNavehcommented, Feb 28, 2020

Can I take this issue?

@joybhallaa Sure! You can do this by commenting the word take (and nothing else, just the word take), and the github bot will assign this issue to you.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Essential basic functionality — pandas 1.5.2 documentation
Here is a quick reference summary table of common functions. Each also takes an optional level parameter which applies only if the object...
Read more >
pandas.DataFrame — pandas 1.5.2 documentation
Read general delimited file into DataFrame. read_clipboard. Read text from clipboard into DataFrame. Notes. Please reference the User Guide for ...
Read more >
DataFrame — pandas 1.5.2 documentation
Two-dimensional, size-mutable, potentially heterogeneous tabular data. Attributes and underlying data#. Axes. DataFrame.index.
Read more >
pandas.Series — pandas 1.5.2 documentation
Fill NA/NaN values using the specified method. Subset the dataframe rows or columns according to the specified index labels. Select initial periods of...
Read more >
pandas.DataFrame.std — pandas 1.5.2 documentation
Return sample standard deviation over requested axis. Normalized by N-1 by default. This can be changed using the ddof argument. Parameters. axis{index (0), ......
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