Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

biblioteca pandas n esta funcionando #3894

Closed
3 tasks done
marinhocamss opened this issue Dec 10, 2023 · 1 comment
Closed
3 tasks done

biblioteca pandas n esta funcionando #3894

marinhocamss opened this issue Dec 10, 2023 · 1 comment

Comments

@marinhocamss
Copy link

Prerequisites

  • Write a descriptive title.
  • Make sure you are able to repro it on the latest released version
  • Search the existing issues, especially the pinned issues.

Exception report

d e Space T r a b a l h o Ctrl+Alt+/ L I N G P R O G Ctrl+Alt+/ T I T A N I C Ctrl+Alt+/ t i t a n i c . p y " Enter
 & Space " C : Ctrl+Alt+/ U s e r s Ctrl+Alt+/ C a m i l a Space M a r i n h o Ctrl+Alt+/ A p p D a t a Ctrl+Alt+/ L o c a l Ctrl+Alt+/ P r o g r a m s Ctrl+Alt+/ P y t h o n Ctrl+Alt+/ P y t h o n 3 1 1 Ctrl+Alt+/ p y t h o n . e x e " Space " c : Ctrl+Alt+/ U s e r s Ctrl+Alt+/ C a m i l a Space M a r i n h o Ctrl+Alt+/ O n e D r i v e Ctrl+Alt+/ Á r e a Space d e Space T r a b a l h o Ctrl+Alt+/ L I N G P R O G Ctrl+Alt+/ T I T A N I C Ctrl+Alt+/ t i t a n i c . p y " Enter


Exceção:
System.ArgumentOutOfRangeException: O valor deve ser maior ou igual a zero e menor que o tamanho do buffer do console nessa dimensão.
Nome do parâmetro: top
Valor real era -8.
   em System.Console.SetCursorPosition(Int32 left, Int32 top)
   em Microsoft.PowerShell.PSConsoleReadLine.ReallyRender(RenderData renderData, String defaultColor)
   em Microsoft.PowerShell.PSConsoleReadLine.ForceRender()
   em Microsoft.PowerShell.PSConsoleReadLine.Insert(Char c)
   em Microsoft.PowerShell.PSConsoleReadLine.AcceptLineImpl(Boolean validate)
   em Microsoft.PowerShell.PSConsoleReadLine.ProcessOneKey(ConsoleKeyInfo key, Dictionary`2 dispatchTable, Boolean ignoreIfNoAction, Object arg)
   em Microsoft.PowerShell.PSConsoleReadLine.InputLoop()
   em Microsoft.PowerShell.PSConsoleReadLine.ReadLine(Runspace runspace, EngineIntrinsics engineIntrinsics)

Screenshot

image

Environment data

import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
import seaborn as sns

sns.set_style('whitegrid')

from sklearn.preprocessing import OneHotEncoder, LabelEnconder, label_bonarize
import catboost
from sklearn.model_selection import train_test_split
from sklearn import model_selection, tree, preprocessing, metrics,linear_model
from sklearn.svm import LinearSVC
from sklearn.ensemble import GradientBoostingClassifier, RandomForestClassifier
from sklearn.neighbors import KNeighborsClassifier
from sklearn.naive_bayes import GaussianNB
from sklearn.linear_model import LinearRegression, LogisticRegression, SGDClassifier
from sklearn.tree import DecisionTreeClassifier
from catboost import CatBoostClassifier, Pool, cv


test = pd.read_csv("test.csv")
train = pd.read_csv("train.csv")

print(test.head())

Steps to reproduce

deveriar abrir o arquivo train.csv

Expected behavior

era para abrir o arqv train.csv mas não abre de jeito nenhum

Actual behavior

não funciona nada, não abre o arquivo

@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Triage 🔍 It's a new issue that core contributor team needs to triage. label Dec 10, 2023
Copy link

This issue was already fixed (see #1306). Please upgrade to the 2.3.4 version of PSReadLine from PowerShell Gallery.
See the upgrading section for instructions. Please let us know if you run into the same issue with the latest version.

@microsoft-github-policy-service microsoft-github-policy-service bot removed the Needs-Triage 🔍 It's a new issue that core contributor team needs to triage. label Dec 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant