#๐Ÿ”’ Help needed

21 messages ยท Page 1 of 1 (latest)

supple steppeBOT
#

@fleet stirrup

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

sacred echo
#

@fleet stirrup what is this for?

#

You can use external packages?

#

Pandas is commonly used for data analysis

#

In python

#

Ys

#

The data is in a CSV file?

#

if so, you can try

import pandas as pd

df = pd.read_csv("<data.csv>")
print(df.head())
#

ok so whats the problem?

#

ah so you have to create a script for data analysis, takes input from user and do the required action?

#

have you worked with class and functions before?

#

@fleet stirrup bud you there?

sacred echo
#

it should be pretty simple then

#

you have worked with taking inputs from cli?

#

a basic structue would be something like,
class, which takes in the args, which are parsed from cli for the data analysis and perform the analysis

sacred echo
#

were you able to get the core functionaly working?
the data analysis section?

#

i didn't anything tbh ๐Ÿ˜

#

alright

supple steppeBOT
#
Python help channel closed

This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.