GitXplorerGitXplorer
s

CodeSnippets

public
2 stars
1 forks
1 issues

Commits

List of commits on branch master.
Unverified
a2cc4d035bdaf60126b90c78a1eef452ffce3490

Created using Colab

ssugatoray committed 4 months ago
Unverified
76004135baee3097bc83ea8e98f507da47853785

Created using Colab

ssugatoray committed 7 months ago
Unverified
28166fad83ec3a96270df26f7ee33926033f4430

Created using Colab

ssugatoray committed 7 months ago
Unverified
8cdfc79601bf4a8371fe40568e4349fbe2411f28

colab: added date-string conversion from format `DDMMMYYYY` to `YYYYMMDD`

ssugatoray committed 7 months ago
Verified
ee2c541f9d62fd9337826daaf83a47f892dafc32

Update pandas_work_with_datetime.ipynb

ssugatoray committed 7 months ago
Verified
448df39003fff77fc26476bf3cd28d7de0a7cbbf

Create getting_started.md

ssugatoray committed a year ago

README

The README file for this repository.

CodeSnippets

This project houses small code snippets that I found useful.

How to ask a good question on Stackoverflow?

The golden rule of asking any question is to connect with your audience and explain your question with examples, whenever possible.

The questions you ask, unless your audience grasps your question clearly, they would either wait for more information or they will simply choose to skip answering your question.

I have seen often many new users of stackoverflow asking questions that from the following pitfalls:

  • not properly formatted
    • should learn how to use markdown to write properly formatted questions/answers.
  • properly presented
    • should try to rephrase the question by breaking it down in coherent sections, if necessary.
    • examples are always helpful
    • plots/diagrams could speak volumes (if used where applicable)
  • without adequate information
  • does not mention:
    • what they have now (current state)
    • what they want from the solution (future state)
    • what they have done (current progress)

      this could be an explanation of the strategy/code they have tried so far.

This should help new stackoverflow users on to self-educate themselves:

How to write a good question on Stackoverflow? 🔥 🔥 🔥

Always provide a complete minimal reproducible example with code, data, errors, current output, and expected output, as formatted text. If relevant, only plot images are okay. Please see How to ask a good question


A must read: How do I ask a good question? 🔥