Skip to content

Plot a bar plot by using Seaborn

I am new in data visualization. I am practicing Seaborn and I am trying to plot a barplot with this dataframe. I want the chart has 3 bars on each symbol, however, the output has only 1 bar on each symbol. May I know how to fix it? Part of the DataFrame… The code like this: Output like this: Answer

Spitting a column based on a delimiter

I would like to extract some information from a column in my dataframe: Example I was using str.contain to extract the first part (i.e., all the information before the first dash, where there is. I am still getting the same original column (so no extraction). My output would consist in two columns, one withou…

No module named certifi

When executing python3 (Python 3.6.8) script on a local directory, it works well, but when running sbatch job in slurm, complains about certifi. After adding to the python code this: or this: the same error occurs. It seems that certifi is installed. The error after running python code (without having the lin…

Pygame black screen crash [closed]

Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 1 year ago. Improve this question I don’t what happened, it was working few minutes ago, but now it&#82…