Skip to content

Invocation not found on a var[].func() #30

Description

@JMLF
import numpy as np
import pandas as pd
import tensorflow as tf
from tensorflow import keras
train = pd.read_csv('/kaggle/input/titanic/train.csv')
train['Sec_Name'] = train['Name'].astype(str).str.split().str[1]

No accesses or invocations are created on line : train['Name'].astype(str).str.split().str[1]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions