熊猫示例函数的replace参数的用途是什么?

时间:2019-07-18 13:39:41

标签: python pandas

我要问这个功能:

vim text_file_name.md

在对DataFrame进行采样时可作为选项。

在大熊猫reference上,它说:

  

有或没有替换的样品。

这是什么意思,这有什么用?

1 个答案:

答案 0 :(得分:0)

这表示输入数据是否重复。

示例

export class CarComponent implements OnInit {

  constructor(private carService: CarService) { }

  ngOnInit() {
    // change the value
    this.carService.car = newValue;

    // subscribe for changes
    this.carSer
  }

}

您可以检查相关的answer

  

它控制是否将样品返回样品池。如果您只想要唯一的样本,那么这应该是错误的。