python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
add new column based on two other columns with several conditions, character
I would like to add a new column to my dataframe based on two other columns. The data looks as follows:
df
job honorary
yes yes
yes no
no yes
yes yes
yes NA
NA no
Now I woul...
Manu97
Votes: 0
Answers: 2
Generating an add() function to a system created with a Linked List
I'm trying to make a phone book using Linked List.
I get the following error when I start printList function after adding new data with the add() function.
AttributeError: 'LinkedList' object has no ...
Selman
Votes: 0
Answers: 1
Plotly python Problem with adding shape to maps
I want to add a shape to my maps figure, But the result of below code is something else.
import plotly.express as px
df = px.data.election()
fig = px.choropleth_mapbox(df,
...

BijanSeif
Votes: 0
Answers: 1
Adding to a Multidimensional Array in Javascript
I have a multidimensional array that I am creating from a JSON Ajax call to my DB.
With in my Web App, I am trying to dynamically add a new row to the array using javascript along the lines of:
list[n...
Jim Hoffman
Votes: 0
Answers: 2